Shades of Electric Purple #CB02ED
Tints of Electric Purple #CB02ED
RGB
CMYK
RGB Variations
Color information
#CB02ED (or 0xCB02ED) is known color: Electric Purple. HEX triplet: CB, 02 and ED. RGB value is (203,2,237). Sum of RGB (Red+Green+Blue) = 203+2+237=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 2 (1.17% from 255 or 0.45% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB02ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB02ED is #34FD12. Grayscale: #585858. Windows color (decimal): -3472659 or 15532747. OLE color: 15532747.
HSL color Cylindrical-coordinate representation of color #CB02ED: hue angle of 291.32º degrees, saturation: 0.98, 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 #CB02ED is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 2 | 237 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.07 |
| HSL | 291.32º | 0.98% | 0.47% | - |
| HSV(B) | 291.32º | 0.99% | 0.93% | - |
| XYZ | 39.94 | 18.85 | 81.66 | - |
| YUV | 88.89 | 211.59 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 237 | 0.14 | 0.99 | 0 | 0.07 | 291.32 | 0.98 | 0.47 |
| Hex | CB | 2 | ED | E | 63 | 0 | 7 | 123 | 62 | 2F |
| Octal | 313 | 2 | 355 | 16 | 143 | 0 | 7 | 443 | 142 | 57 |
| Binary | 11001011 | 10 | 11101101 | 1110 | 1100011 | 0 | 111 | 100100011 | 1100010 | 101111 |
Color Harmonies of #CB02ED
Complementary color
Monochromatic Colors of #CB02ED
Black with #CB02ED
Text Example
Text Example
White with #CB02ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB02ED; }
p { color: rgb(203,2,237); }
H1.HeaderClassName
{
color: #CB02ED;
}
.AnyTagClassName
{
color: #CB02ED;
}
</style>
background-color css
<style>
a { background-color: #CB02ED; }
a { background-color: rgb(203,2,237); }
div.DivClassName
{
background-color: #CB02ED;
}
.BgClassName
{
background-color: #CB02ED;
}
</style>
border-color css
<style>
span { border-color: #CB02ED; }
span { border-color: rgb(203,2,237); }
td.TdClassName
{
border-color: #CB02ED;
}
.TagClassName
{
border-color: #CB02ED;
}
</style>