COLOR #C690CD

HEX: #C690CD
RGB: (198,144,205)

Color info

#C690CD contains mainly red and blue colors. Web safe color of #C690CD is #CC99CC (or #C9C).

RGB color model

#C690CD color RGB value is (198,144,205).

  • red value is 198;
  • green value is 144;
  • blue value is 205.
RGB:
(198,144,205)
(78%,56%,80%)

RGB channels and saturation

R 198 of 255 = 78%
G 144 of 255 = 56%
B 205 of 255 = 80%

198
144
205

R + G + B ~ 71%. #C690CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 144 + 205 = 547 (100%)
R 198 of 547 ~ 36.2%
G 144 of 547 ~ 26.33%
B 205 of 547 ~ 37.48%

%36.2
%26.33
%37.48

CMYK color model

#C690CD color CMYK value is (3,30,0,20).

  • cyan value is 3.41%
  • magenta value is 29.76%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(3,30,0,20)
C3M30Y0K20 
(3%,30%,0%,20%)
(0.03/0.30/0.00/0.20)	

CMYK percentages

%3.41
%29.76
%0
%19.61

Codes

Color #C690CD in popluar color models

C690CD
RGB198144205
HSL293°37.89%68.43%
HSB/HSV293°29.76%80.39%
CMYK3.41%29.76%0.00%
19.61%

Color #C690CD in popluar number systems.

HEXC690CD
Decimal198144205
Binary110001101001000011001101
Octal306220315

Shades and tints

Shades of #C690CD

#C690CD
(198,144,205)
#B483BB
(180,131,187)
#A276A9
(162,118,169)
#906997
(144,105,151)
#7E5C85
(126,92,133)
#6C4F73
(108,79,115)
#5A4261
(90,66,97)
#48354F
(72,53,79)
#36283D
(54,40,61)
#241B2B
(36,27,43)
#120E19
(18,14,25)
#000000
(0,0,0)

Tints of #C690CD

#C690CD
(198,144,205)
#CB9AD1
(203,154,209)
#D0A4D5
(208,164,213)
#D5AED9
(213,174,217)
#DAB8DD
(218,184,221)
#DFC2E1
(223,194,225)
#E4CCE5
(228,204,229)
#E9D6E9
(233,214,233)
#EEE0ED
(238,224,237)
#F3EAF1
(243,234,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C690CD color. Also use rgb(198,144,205) instead hex code.

Text Font Color

.myTextColor { color: #C690CD; }

<p style="color:#C690CD">This sample text font color is #C690CD.</p>

This text font color is #C690CD.


Background Color

.myBgColor { background-color: #C690CD; }

<div style="background-color:#C690CD">Inner text</div>

This div background color is #C690CD.


Border color

.myBorderColor { border: 1px solid #C690CD; }

<div style="border:3px solid #C690CD">Div</div>

This div border color is #C690CD.


Opacity

.myOpacity80 { color: #C690CD; opacity: 0.8; }

<p style="color:#C690CD;opacity:0.8;">80%</p>

Text with #C690CD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C690CD;}

<p style="text-shadow: 3px 3px 1px #C690CD">Text here.</p>

This text has shadow with #C690CD color.

.textShadow {text-shadow: 3px 3px 1px #C690CD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C690CD, 5px 5px 20px red">Text here.</p>

This text has shadow with #C690CD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C690CD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C690CD, Direction=45, Strength=4)">Text</p>

This text has shadow with #C690CD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C690CD;
  -webkit-box-shadow:	1px 1px 3px 2px #C690CD;
  box-shadow:		1px 1px 3px 2px #C690CD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C690CD;
-webkit-box-shadow: 1px 1px 3px 2px #C690CD;
box-shadow:1px 1px 3px 2px #C690CD;">
Div content here</div>
This div box has shadow with color #C690CD.

Preview

Color preview on black background

This text has color #C690CD on black background.


Color preview on white background

This text has color #C690CD on white background.



Black color preview on #C690CD background

This text has black color on #C690CD background.


White color preview on #C690CD background

This text has white color on #C690CD background.