Html Css Color HEX #CC0CED Electric Purple

📋 copy color: '#CC0CED'

red 204 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #CC0CED

Tints of Electric Purple #CC0CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.65%

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

R = 45.03%
G = 2.65%
B = 52.32%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC0CED (or 0xCC0CED) is known color: Electric Purple. HEX triplet: CC, 0C and ED. RGB value is (204,12,237). Sum of RGB (Red+Green+Blue) = 204+12+237=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0CED is #33F312. Grayscale: #5E5E5E. Windows color (decimal): -3404563 or 15535308. OLE color: 15535308.

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

Color convert

RGB 204 12 237 -
CMYK 0.14 0.95 0 0.07
HSL 291.2º 0.9% 0.49% -
HSV(B) 291.2º 0.95% 0.93% -
XYZ 40.32 19.21 81.7 -
YUV 95.06 208.11 205.7 -
System Red Green Blue C M Y K H S L
Decimal 204 12 237 0.14 0.95 0 0.07 291.2 0.9 0.49
Hex CC C ED E 5F 0 7 123 5A 31
Octal 314 14 355 16 137 0 7 443 132 61
Binary 11001100 1100 11101101 1110 1011111 0 111 100100011 1011010 110001

Color Harmonies of #CC0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0CED

Black with #CC0CED

Text Example


Text Example

White with #CC0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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