#CB03EC

Color #CB03EC Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CB03EC

Tints of Electric Purple #CB03EC

Color information

#CB03EC (or 0xCB03EC) is unknown color: approx Electric Purple. HEX triplet: CB, 03 and EC. RGB value is (203,3,236). Sum of RGB (Red+Green+Blue) = 203+3+236=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB03EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB03EC is #34FC13. Grayscale: #585858. Windows color (decimal): -3472404 or 15467467. OLE color: 15467467.

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

Color convert

RGB2033236-
CMYK0.140.9900.07
HSL291.5º97.49%46.86%-
HSV(B)291.5º98.73%92.55%-
XYZ39.818.8280.89-
YUV89.36210.76209.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 3 (1.56% from 255) = 0.68%
BLUE value IS 236 (92.58% from 255) = 53.39%
R=45.93%
G=0.68%
B=53.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20332360.140.9900.07291.597.4946.86
HexCB3ECE6307124612f
Octal3133354161430744414157
Binary1100101111111011001110110001101111001001001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB03EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB03EC; }

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

 H1.HeaderClassName
 {
   color: #CB03EC;
 }
 .AnyTagClassName
 {
   color: #CB03EC;
 }
</style>
background-color css

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

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

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

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

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

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