Html Css Color HEX #CB02EF Electric Purple

📋 copy color: '#CB02EF'

red 203 ◦ green 2 ◦ blue 239

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

Shades of Electric Purple #CB02EF

Tints of Electric Purple #CB02EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.83%

R = 45.72%
G = 0.45%
B = 53.83%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB02EF (or 0xCB02EF) is known color: Electric Purple. HEX triplet: CB, 02 and EF. RGB value is (203,2,239). Sum of RGB (Red+Green+Blue) = 203+2+239=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB02EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB02EF is #34FD10. Grayscale: #585858. Windows color (decimal): -3472657 or 15663819. OLE color: 15663819.

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

Color convert

RGB 203 2 239 -
CMYK 0.15 0.99 0 0.06
HSL 290.89º 0.98% 0.47% -
HSV(B) 290.89º 0.99% 0.94% -
XYZ 40.23 18.97 83.2 -
YUV 89.12 212.59 209.23 -
System Red Green Blue C M Y K H S L
Decimal 203 2 239 0.15 0.99 0 0.06 290.89 0.98 0.47
Hex CB 2 EF F 63 0 6 123 62 2F
Octal 313 2 357 17 143 0 6 443 142 57
Binary 11001011 10 11101111 1111 1100011 0 110 100100011 1100010 101111

Color Harmonies of #CB02EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB02EF

Black with #CB02EF

Text Example


Text Example

White with #CB02EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB02EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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