Html Css Color HEX #CC0EED Electric Purple

📋 copy color: '#CC0EED'

red 204 ◦ green 14 ◦ blue 237

#CC0EED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CC0EED

Tints of Electric Purple #CC0EED

RGB

 RED value IS 204 (80.08% from 255) = 44.84%

 GREEN value IS 14 (5.86% from 255) = 3.08%

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 44.84%
G = 3.08%
B = 52.09%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC0EED (or 0xCC0EED) is known color: Electric Purple. HEX triplet: CC, 0E and ED. RGB value is (204,14,237). Sum of RGB (Red+Green+Blue) = 204+14+237=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC0EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EED is #33F112. Grayscale: #5F5F5F. Windows color (decimal): -3404051 or 15535820. OLE color: 15535820.

HSL color Cylindrical-coordinate representation of color #CC0EED: hue angle of 291.12º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0EED is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 14 237 -
CMYK 0.14 0.94 0 0.07
HSL 291.12º 0.89% 0.49% -
HSV(B) 291.12º 0.94% 0.93% -
XYZ 40.34 19.27 81.71 -
YUV 96.23 207.45 204.87 -
System Red Green Blue C M Y K H S L
Decimal 204 14 237 0.14 0.94 0 0.07 291.12 0.89 0.49
Hex CC E ED E 5E 0 7 123 59 31
Octal 314 16 355 16 136 0 7 443 131 61
Binary 11001100 1110 11101101 1110 1011110 0 111 100100011 1011001 110001

Color Harmonies of #CC0EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0EED

Black with #CC0EED

Text Example


Text Example

White with #CC0EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0EED; }

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

 H1.HeaderClassName
 {
   color: #CC0EED;
 }
 .AnyTagClassName
 {
   color: #CC0EED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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