Html Css Color HEX #CB01EC Electric Purple

📋 copy color: '#CB01EC'

red 203 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #CB01EC

Tints of Electric Purple #CB01EC

RGB

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

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

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

R = 46.14%
G = 0.23%
B = 53.64%

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

#CB01EC (or 0xCB01EC) is known color: Electric Purple. HEX triplet: CB, 01 and EC. RGB value is (203,1,236). Sum of RGB (Red+Green+Blue) = 203+1+236=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB01EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB01EC is #34FE13. Grayscale: #575757. Windows color (decimal): -3472916 or 15466955. OLE color: 15466955.

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

Color convert

RGB 203 1 236 -
CMYK 0.14 1.00 0 0.07
HSL 291.57º 0.99% 0.46% -
HSV(B) 291.57º 1% 0.93% -
XYZ 39.78 18.77 80.88 -
YUV 88.19 211.42 209.89 -
System Red Green Blue C M Y K H S L
Decimal 203 1 236 0.14 1.00 0 0.07 291.57 0.99 0.46
Hex CB 1 EC E 64 0 7 124 63 2E
Octal 313 1 354 16 144 0 7 444 143 56
Binary 11001011 1 11101100 1110 1100100 0 111 100100100 1100011 101110

Color Harmonies of #CB01EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB01EC

Black with #CB01EC

Text Example


Text Example

White with #CB01EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB01EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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