Html Css Color HEX #CB02EE Electric Purple

📋 copy color: '#CB02EE'

red 203 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #CB02EE

Tints of Electric Purple #CB02EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.72%

R = 45.82%
G = 0.45%
B = 53.72%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB02EE (or 0xCB02EE) is known color: Electric Purple. HEX triplet: CB, 02 and EE. RGB value is (203,2,238). Sum of RGB (Red+Green+Blue) = 203+2+238=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB02EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB02EE is #34FD11. Grayscale: #585858. Windows color (decimal): -3472658 or 15598283. OLE color: 15598283.

HSL color Cylindrical-coordinate representation of color #CB02EE: hue angle of 291.1º 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 #CB02EE is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 2 238 -
CMYK 0.15 0.99 0 0.07
HSL 291.1º 0.98% 0.47% -
HSV(B) 291.1º 0.99% 0.93% -
XYZ 40.08 18.91 82.43 -
YUV 89 212.09 209.31 -
System Red Green Blue C M Y K H S L
Decimal 203 2 238 0.15 0.99 0 0.07 291.1 0.98 0.47
Hex CB 2 EE F 63 0 7 123 62 2F
Octal 313 2 356 17 143 0 7 443 142 57
Binary 11001011 10 11101110 1111 1100011 0 111 100100011 1100010 101111

Color Harmonies of #CB02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB02EE

Black with #CB02EE

Text Example


Text Example

White with #CB02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB02EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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