COLOR #C09ECD

HEX: #C09ECD RGB: (192,158,205)

Color info

#C09ECD contains red, green and blue colors in about the same proportion. Web safe color of #C09ECD is #CC99CC (or #C9C).

RGB color model

#C09ECD color RGB value is (192,158,205).

RGB: (192,158,205) (75%, 62%, 80%)

RGB channels and saturation

R 192 of 255 = 75%
G 158 of 255 = 62%
B 205 of 255 = 80%

192
158
205

R + G + B ~ 72%. #C09ECD is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 158 + 205 = 555 (100%)
R 192 of 555 ~ 34.59%
G 158 of 555 ~ 28.47%
B 205 of 555 ~ 36.94'%

%34.59
%28.47
%36.94

CMYK color model

#C09ECD color CMYK value is (6,23,0,20).

  • cyan value is 6.34%
  • magenta value is 22.93%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (6,23,0,20)
C6M23Y0K20 (6%, 23%, 0%, 20%)
(0.06 / 0.23 / 0.00 / 0.20)

CMYK percentages

%6.34
%22.93
%0
%19.61

Codes

Color #C09ECD in popluar color models

C0 9E CD
RGB 192 158 205
HSL 283° 31.97% 71.18%
HSB/HSV 283° 22.93% 80.39%
CMYK 6.34% 22.93% 0.00%
19.61%

Color #C09ECD in popluar number systems.

HEX C0 9E CD
Decimal 192 158 205
Binary 11000000 10011110 11001101
Octal 300 236 315

Shades and tints

Shades of #C09ECD

#C09ECD
(192,158,205)
#AF90BB
(175,144,187)
#9E82A9
(158,130,169)
#8D7497
(141,116,151)
#7C6685
(124,102,133)
#6B5873
(107,88,115)
#5A4A61
(90,74,97)
#493C4F
(73,60,79)
#382E3D
(56,46,61)
#27202B
(39,32,43)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #C09ECD

#C09ECD
(192,158,205)
#C5A6D1
(197,166,209)
#CAAED5
(202,174,213)
#CFB6D9
(207,182,217)
#D4BEDD
(212,190,221)
#D9C6E1
(217,198,225)
#DECEE5
(222,206,229)
#E3D6E9
(227,214,233)
#E8DEED
(232,222,237)
#EDE6F1
(237,230,241)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09ECD color. Also use rgb(192,158,205) instead hex code.

Text Font Color

.myTextColor { color: #C09ECD; }

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

This text font color is #C09ECD.

Background Color

.myBgColor { background-color: #C09ECD; }

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

This div background color is #C09ECD.

Border color

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

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

This div border color is #C09ECD.

Opacity

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

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

Text with #C09ECD 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 #C09ECD;}

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

This text has shadow with #C09ECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09ECD.

Preview

Color preview on black background

This text has color #C09ECD on black background.


Color preview on white background

This text has color #C09ECD on white background.


Black color preview on #C09ECD background

This text has black color on #C09ECD background.


White color preview on #C09ECD background

This text has white color on #C09ECD background.


Related colors

Complementary color

Complementary color for #hex is #3F6132.


I love getcolorcode.com

Triadic colors

1 #CDC09E and #9ECDC0 with #C09ECD are triadic colors.

2 #CD9EC0 and #9EC0CD with #C09ECD are triadic colors.