Html Css Color HEX #CC0BEB Electric Purple

📋 copy color: '#CC0BEB'

red 204 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #CC0BEB

Tints of Electric Purple #CC0BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.44%

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

R = 45.33%
G = 2.44%
B = 52.22%

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

#CC0BEB (or 0xCC0BEB) is known color: Electric Purple. HEX triplet: CC, 0B and EB. RGB value is (204,11,235). Sum of RGB (Red+Green+Blue) = 204+11+235=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC0BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BEB is #33F414. Grayscale: #5D5D5D. Windows color (decimal): -3404821 or 15403980. OLE color: 15403980.

HSL color Cylindrical-coordinate representation of color #CC0BEB: hue angle of 291.7º degrees, saturation: 0.91, 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 #CC0BEB is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 11 235 -
CMYK 0.13 0.95 0 0.08
HSL 291.7º 0.91% 0.48% -
HSV(B) 291.7º 0.95% 0.92% -
XYZ 40.02 19.07 80.17 -
YUV 94.24 207.44 206.29 -
System Red Green Blue C M Y K H S L
Decimal 204 11 235 0.13 0.95 0 0.08 291.7 0.91 0.48
Hex CC B EB D 5F 0 8 124 5B 30
Octal 314 13 353 15 137 0 10 444 133 60
Binary 11001100 1011 11101011 1101 1011111 0 1000 100100100 1011011 110000

Color Harmonies of #CC0BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0BEB

Black with #CC0BEB

Text Example


Text Example

White with #CC0BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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