Html Css Color HEX #CC0EEB Electric Purple

📋 copy color: '#CC0EEB'

red 204 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #CC0EEB

Tints of Electric Purple #CC0EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.88%

R = 45.03%
G = 3.09%
B = 51.88%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC0EEB (or 0xCC0EEB) is known color: Electric Purple. HEX triplet: CC, 0E and EB. RGB value is (204,14,235). Sum of RGB (Red+Green+Blue) = 204+14+235=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EEB is #33F114. Grayscale: #5F5F5F. Windows color (decimal): -3404053 or 15404748. OLE color: 15404748.

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

Color convert

RGB 204 14 235 -
CMYK 0.13 0.94 0 0.08
HSL 291.58º 0.89% 0.49% -
HSV(B) 291.58º 0.94% 0.92% -
XYZ 40.05 19.15 80.18 -
YUV 96 206.45 205.03 -
System Red Green Blue C M Y K H S L
Decimal 204 14 235 0.13 0.94 0 0.08 291.58 0.89 0.49
Hex CC E EB D 5E 0 8 124 59 31
Octal 314 16 353 15 136 0 10 444 131 61
Binary 11001100 1110 11101011 1101 1011110 0 1000 100100100 1011001 110001

Color Harmonies of #CC0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0EEB

Black with #CC0EEB

Text Example


Text Example

White with #CC0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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