Shades of Electric Purple #CB00FE
Tints of Electric Purple #CB00FE
RGB
CMYK
RGB Variations
Color information
#CB00FE (or 0xCB00FE) is known color: Electric Purple. HEX triplet: CB, 00 and FE. RGB value is (203,0,254). Sum of RGB (Red+Green+Blue) = 203+0+254=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB00FE is #34FF01. Grayscale: #585858. Windows color (decimal): -3473154 or 16646347. OLE color: 16646347.
HSL color Cylindrical-coordinate representation of color #CB00FE: hue angle of 287.95º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00FE is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 0 | 254 | - |
| CMYK | 0.20 | 1 | 0 | 0.00 |
| HSL | 287.95º | 1% | 0.5% | - |
| HSV(B) | 287.95º | 1% | 1% | - |
| XYZ | 42.52 | 19.85 | 95.36 | - |
| YUV | 89.65 | 220.75 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 254 | 0.20 | 1 | 0 | 0.00 | 287.95 | 1 | 0.5 |
| Hex | CB | 0 | FE | 14 | 64 | 0 | 0 | 120 | 64 | 32 |
| Octal | 313 | 0 | 376 | 24 | 144 | 0 | 0 | 440 | 144 | 62 |
| Binary | 11001011 | 0 | 11111110 | 10100 | 1100100 | 0 | 0 | 100100000 | 1100100 | 110010 |
Color Harmonies of #CB00FE
Complementary color
Monochromatic Colors of #CB00FE
Black with #CB00FE
Text Example
Text Example
White with #CB00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00FE; }
p { color: rgb(203,0,254); }
H1.HeaderClassName
{
color: #CB00FE;
}
.AnyTagClassName
{
color: #CB00FE;
}
</style>
background-color css
<style>
a { background-color: #CB00FE; }
a { background-color: rgb(203,0,254); }
div.DivClassName
{
background-color: #CB00FE;
}
.BgClassName
{
background-color: #CB00FE;
}
</style>
border-color css
<style>
span { border-color: #CB00FE; }
span { border-color: rgb(203,0,254); }
td.TdClassName
{
border-color: #CB00FE;
}
.TagClassName
{
border-color: #CB00FE;
}
</style>