Shades of Electric Purple #CB02FE
Tints of Electric Purple #CB02FE
RGB
CMYK
RGB Variations
Color information
#CB02FE (or 0xCB02FE) is known color: Electric Purple. HEX triplet: CB, 02 and FE. RGB value is (203,2,254). Sum of RGB (Red+Green+Blue) = 203+2+254=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB02FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB02FE is #34FD01. Grayscale: #5A5A5A. Windows color (decimal): -3472642 or 16646859. OLE color: 16646859.
HSL color Cylindrical-coordinate representation of color #CB02FE: hue angle of 287.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB02FE is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 2 | 254 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.00 |
| HSL | 287.86º | 0.99% | 0.5% | - |
| HSV(B) | 287.86º | 0.99% | 1% | - |
| XYZ | 42.54 | 19.9 | 95.36 | - |
| YUV | 90.83 | 220.09 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 254 | 0.20 | 0.99 | 0 | 0.00 | 287.86 | 0.99 | 0.5 |
| Hex | CB | 2 | FE | 14 | 63 | 0 | 0 | 120 | 63 | 32 |
| Octal | 313 | 2 | 376 | 24 | 143 | 0 | 0 | 440 | 143 | 62 |
| Binary | 11001011 | 10 | 11111110 | 10100 | 1100011 | 0 | 0 | 100100000 | 1100011 | 110010 |
Color Harmonies of #CB02FE
Complementary color
Monochromatic Colors of #CB02FE
Black with #CB02FE
Text Example
Text Example
White with #CB02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB02FE; }
p { color: rgb(203,2,254); }
H1.HeaderClassName
{
color: #CB02FE;
}
.AnyTagClassName
{
color: #CB02FE;
}
</style>
background-color css
<style>
a { background-color: #CB02FE; }
a { background-color: rgb(203,2,254); }
div.DivClassName
{
background-color: #CB02FE;
}
.BgClassName
{
background-color: #CB02FE;
}
</style>
border-color css
<style>
span { border-color: #CB02FE; }
span { border-color: rgb(203,2,254); }
td.TdClassName
{
border-color: #CB02FE;
}
.TagClassName
{
border-color: #CB02FE;
}
</style>