COLOR #C09EE2

HEX: #C09EE2 RGB: (192,158,226)

Color info

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

RGB color model

#C09EE2 color RGB value is (192,158,226).

RGB: (192,158,226) (75%, 62%, 89%)

RGB channels and saturation

R 192 of 255 = 75%
G 158 of 255 = 62%
B 226 of 255 = 89%

192
158
226

R + G + B ~ 75%. #C09EE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 158 + 226 = 576 (100%)
R 192 of 576 ~ 33.33%
G 158 of 576 ~ 27.43%
B 226 of 576 ~ 39.24'%

%33.33
%27.43
%39.24

CMYK color model

#C09EE2 color CMYK value is (15,30,0,11).

  • cyan value is 15.04%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (15,30,0,11)
C15M30Y0K11 (15%, 30%, 0%, 11%)
(0.15 / 0.30 / 0.00 / 0.11)

CMYK percentages

%15.04
%30.09
%0
%11.37

Codes

Color #C09EE2 in popluar color models

C0 9E E2
RGB 192 158 226
HSL 270° 53.97% 75.29%
HSB/HSV 270° 30.09% 88.63%
CMYK 15.04% 30.09% 0.00%
11.37%

Color #C09EE2 in popluar number systems.

HEX C0 9E E2
Decimal 192 158 226
Binary 11000000 10011110 11100010
Octal 300 236 342

Shades and tints

Shades of #C09EE2

#C09EE2
(192,158,226)
#AF90CE
(175,144,206)
#9E82BA
(158,130,186)
#8D74A6
(141,116,166)
#7C6692
(124,102,146)
#6B587E
(107,88,126)
#5A4A6A
(90,74,106)
#493C56
(73,60,86)
#382E42
(56,46,66)
#27202E
(39,32,46)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #C09EE2

#C09EE2
(192,158,226)
#C5A6E4
(197,166,228)
#CAAEE6
(202,174,230)
#CFB6E8
(207,182,232)
#D4BEEA
(212,190,234)
#D9C6EC
(217,198,236)
#DECEEE
(222,206,238)
#E3D6F0
(227,214,240)
#E8DEF2
(232,222,242)
#EDE6F4
(237,230,244)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09EE2; }

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

This text font color is #C09EE2.

Background Color

.myBgColor { background-color: #C09EE2; }

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

This div background color is #C09EE2.

Border color

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

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

This div border color is #C09EE2.

Opacity

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

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

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

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

This text has shadow with #C09EE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09EE2.

Preview

Color preview on black background

This text has color #C09EE2 on black background.


Color preview on white background

This text has color #C09EE2 on white background.


Black color preview on #C09EE2 background

This text has black color on #C09EE2 background.


White color preview on #C09EE2 background

This text has white color on #C09EE2 background.


Related colors

Complementary color

Complementary color for #hex is #3F611D.


I love getcolorcode.com

Triadic colors

1 #E2C09E and #9EE2C0 with #C09EE2 are triadic colors.

2 #E29EC0 and #9EC0E2 with #C09EE2 are triadic colors.