#CC0EE9

Color #CC0EE9 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CC0EE9

Tints of Electric Purple #CC0EE9

Color information

#CC0EE9 (or 0xCC0EE9) is unknown color: approx Electric Purple. HEX triplet: CC, 0E and E9. RGB value is (204,14,233). Sum of RGB (Red+Green+Blue) = 204+14+233=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC0EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EE9 is #33F116. Grayscale: #5F5F5F. Windows color (decimal): -3404055 or 15273676. OLE color: 15273676.

HSL color Cylindrical-coordinate representation of color #CC0EE9: hue angle of 292.05º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0EE9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20414233-
CMYK0.120.9400.09
HSL292.05º88.66%48.43%-
HSV(B)292.05º93.99%91.37%-
XYZ39.7719.0378.67-
YUV95.78205.45205.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 14 (5.86% from 255) = 3.10%
BLUE value IS 233 (91.41% from 255) = 51.66%
R=45.23%
G=3.10%
B=51.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204142330.120.9400.09292.0588.6648.43
HexCCEE9C5E091245930
Octal314163511413601144413160
Binary1100110011101110100111001011110010011001001001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0EE9; }

 p { color: rgb(204,14,233); }

 H1.HeaderClassName
 {
   color: #CC0EE9;
 }
 .AnyTagClassName
 {
   color: #CC0EE9;
 }
</style>
background-color css

<style>
 a { background-color: #CC0EE9; }

 a { background-color: rgb(204,14,233); }

 div.DivClassName
 {
   background-color: #CC0EE9;
 }
 .BgClassName
 {
   background-color: #CC0EE9;
 }
</style>
border-color css

<style>
 span { border-color: #CC0EE9; }

 span { border-color: rgb(204,14,233); }

 td.TdClassName
 {
   border-color: #CC0EE9;
 }
 .TagClassName
 {
   border-color: #CC0EE9;
 }
</style>