Html Css Color HEX #CB00EC Electric Purple

📋 copy color: '#CB00EC'

red 203 ◦ green 0 ◦ blue 236

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

Shades of Electric Purple #CB00EC

Tints of Electric Purple #CB00EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.24%
G = 0%
B = 53.76%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB00EC (or 0xCB00EC) is known color: Electric Purple. HEX triplet: CB, 00 and EC. RGB value is (203,0,236). Sum of RGB (Red+Green+Blue) = 203+0+236=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB00EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB00EC is #34FF13. Grayscale: #565656. Windows color (decimal): -3473172 or 15466699. OLE color: 15466699.

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

Color convert

RGB 203 0 236 -
CMYK 0.14 1 0 0.07
HSL 291.61º 1% 0.46% -
HSV(B) 291.61º 1% 0.93% -
XYZ 39.77 18.75 80.88 -
YUV 87.6 211.75 210.31 -
System Red Green Blue C M Y K H S L
Decimal 203 0 236 0.14 1 0 0.07 291.61 1 0.46
Hex CB 0 EC E 64 0 7 124 64 2E
Octal 313 0 354 16 144 0 7 444 144 56
Binary 11001011 0 11101100 1110 1100100 0 111 100100100 1100100 101110

Color Harmonies of #CB00EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00EC

Black with #CB00EC

Text Example


Text Example

White with #CB00EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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