Shades of Electric Purple #CB00FF
Tints of Electric Purple #CB00FF
RGB
CMYK
RGB Variations
Color information
#CB00FF (or 0xCB00FF) is known color: Electric Purple. HEX triplet: CB, 00 and FF. RGB value is (203,0,255). Sum of RGB (Red+Green+Blue) = 203+0+255=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 0 (0.39% from 255 or 0% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB00FF is #34FF00. Grayscale: #585858. Windows color (decimal): -3473153 or 16711883. OLE color: 16711883.
HSL color Cylindrical-coordinate representation of color #CB00FF: hue angle of 287.76º 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 #CB00FF is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 0 | 255 | - |
| CMYK | 0.20 | 1 | 0 | 0 |
| HSL | 287.76º | 1% | 0.5% | - |
| HSV(B) | 287.76º | 1% | 1% | - |
| XYZ | 42.68 | 19.92 | 96.2 | - |
| YUV | 89.77 | 221.25 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 255 | 0.20 | 1 | 0 | 0 | 287.76 | 1 | 0.5 |
| Hex | CB | 0 | FF | 14 | 64 | 0 | 0 | 120 | 64 | 32 |
| Octal | 313 | 0 | 377 | 24 | 144 | 0 | 0 | 440 | 144 | 62 |
| Binary | 11001011 | 0 | 11111111 | 10100 | 1100100 | 0 | 0 | 100100000 | 1100100 | 110010 |
Color Harmonies of #CB00FF
Complementary color
Monochromatic Colors of #CB00FF
Black with #CB00FF
Text Example
Text Example
White with #CB00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00FF; }
p { color: rgb(203,0,255); }
H1.HeaderClassName
{
color: #CB00FF;
}
.AnyTagClassName
{
color: #CB00FF;
}
</style>
background-color css
<style>
a { background-color: #CB00FF; }
a { background-color: rgb(203,0,255); }
div.DivClassName
{
background-color: #CB00FF;
}
.BgClassName
{
background-color: #CB00FF;
}
</style>
border-color css
<style>
span { border-color: #CB00FF; }
span { border-color: rgb(203,0,255); }
td.TdClassName
{
border-color: #CB00FF;
}
.TagClassName
{
border-color: #CB00FF;
}
</style>