Html Css Color HEX #CB01ED Electric Purple

📋 copy color: '#CB01ED'

red 203 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #CB01ED

Tints of Electric Purple #CB01ED

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 237 (92.97% from 255) = 53.74%

R = 46.03%
G = 0.23%
B = 53.74%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB01ED (or 0xCB01ED) is known color: Electric Purple. HEX triplet: CB, 01 and ED. RGB value is (203,1,237). Sum of RGB (Red+Green+Blue) = 203+1+237=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB01ED is #34FE12. Grayscale: #575757. Windows color (decimal): -3472915 or 15532491. OLE color: 15532491.

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

Color convert

RGB 203 1 237 -
CMYK 0.14 1.00 0 0.07
HSL 291.36º 0.99% 0.47% -
HSV(B) 291.36º 1% 0.93% -
XYZ 39.93 18.83 81.65 -
YUV 88.3 211.92 209.81 -
System Red Green Blue C M Y K H S L
Decimal 203 1 237 0.14 1.00 0 0.07 291.36 0.99 0.47
Hex CB 1 ED E 64 0 7 123 63 2F
Octal 313 1 355 16 144 0 7 443 143 57
Binary 11001011 1 11101101 1110 1100100 0 111 100100011 1100011 101111

Color Harmonies of #CB01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB01ED

Black with #CB01ED

Text Example


Text Example

White with #CB01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB01ED; }

 p { color: rgb(203,1,237); }

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

background-color css

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

 a { background-color: rgb(203,1,237); }

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

border-color css

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

 span { border-color: rgb(203,1,237); }

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