Html Css Color HEX #CC0CEB Electric Purple

📋 copy color: '#CC0CEB'

red 204 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #CC0CEB

Tints of Electric Purple #CC0CEB

RGB

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

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

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

R = 45.23%
G = 2.66%
B = 52.11%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC0CEB (or 0xCC0CEB) is known color: Electric Purple. HEX triplet: CC, 0C and EB. RGB value is (204,12,235). Sum of RGB (Red+Green+Blue) = 204+12+235=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC0CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0CEB is #33F314. Grayscale: #5E5E5E. Windows color (decimal): -3404565 or 15404236. OLE color: 15404236.

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

Color convert

RGB 204 12 235 -
CMYK 0.13 0.95 0 0.08
HSL 291.66º 0.9% 0.48% -
HSV(B) 291.66º 0.95% 0.92% -
XYZ 40.03 19.1 80.17 -
YUV 94.83 207.11 205.87 -
System Red Green Blue C M Y K H S L
Decimal 204 12 235 0.13 0.95 0 0.08 291.66 0.9 0.48
Hex CC C EB D 5F 0 8 124 5A 30
Octal 314 14 353 15 137 0 10 444 132 60
Binary 11001100 1100 11101011 1101 1011111 0 1000 100100100 1011010 110000

Color Harmonies of #CC0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0CEB

Black with #CC0CEB

Text Example


Text Example

White with #CC0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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