Html Css Color HEX #CB02EC Electric Purple

📋 copy color: '#CB02EC'

red 203 ◦ green 2 ◦ blue 236

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

Shades of Electric Purple #CB02EC

Tints of Electric Purple #CB02EC

RGB

 RED value IS 203 (79.69% from 255) = 46.03%

 GREEN value IS 2 (1.17% from 255) = 0.45%

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 46.03%
G = 0.45%
B = 53.51%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB02EC (or 0xCB02EC) is known color: Electric Purple. HEX triplet: CB, 02 and EC. RGB value is (203,2,236). Sum of RGB (Red+Green+Blue) = 203+2+236=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB02EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB02EC is #34FD13. Grayscale: #585858. Windows color (decimal): -3472660 or 15467211. OLE color: 15467211.

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

Color convert

RGB 203 2 236 -
CMYK 0.14 0.99 0 0.07
HSL 291.54º 0.98% 0.47% -
HSV(B) 291.54º 0.99% 0.93% -
XYZ 39.79 18.8 80.89 -
YUV 88.78 211.09 209.47 -
System Red Green Blue C M Y K H S L
Decimal 203 2 236 0.14 0.99 0 0.07 291.54 0.98 0.47
Hex CB 2 EC E 63 0 7 124 62 2F
Octal 313 2 354 16 143 0 7 444 142 57
Binary 11001011 10 11101100 1110 1100011 0 111 100100100 1100010 101111

Color Harmonies of #CB02EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB02EC

Black with #CB02EC

Text Example


Text Example

White with #CB02EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB02EC; }

 p { color: rgb(203,2,236); }

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

background-color css

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

 a { background-color: rgb(203,2,236); }

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

border-color css

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

 span { border-color: rgb(203,2,236); }

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