Shades of Electric Purple #CB00FD
Tints of Electric Purple #CB00FD
RGB
CMYK
RGB Variations
Color information
#CB00FD (or 0xCB00FD) is known color: Electric Purple. HEX triplet: CB, 00 and FD. RGB value is (203,0,253). Sum of RGB (Red+Green+Blue) = 203+0+253=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB00FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB00FD is #34FF02. Grayscale: #585858. Windows color (decimal): -3473155 or 16580811. OLE color: 16580811.
HSL color Cylindrical-coordinate representation of color #CB00FD: hue angle of 288.14º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00FD is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 0 | 253 | - |
| CMYK | 0.20 | 1 | 0 | 0.01 |
| HSL | 288.14º | 1% | 0.5% | - |
| HSV(B) | 288.14º | 1% | 0.99% | - |
| XYZ | 42.36 | 19.79 | 94.52 | - |
| YUV | 89.54 | 220.25 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 253 | 0.20 | 1 | 0 | 0.01 | 288.14 | 1 | 0.5 |
| Hex | CB | 0 | FD | 14 | 64 | 0 | 1 | 120 | 64 | 32 |
| Octal | 313 | 0 | 375 | 24 | 144 | 0 | 1 | 440 | 144 | 62 |
| Binary | 11001011 | 0 | 11111101 | 10100 | 1100100 | 0 | 1 | 100100000 | 1100100 | 110010 |
Color Harmonies of #CB00FD
Complementary color
Monochromatic Colors of #CB00FD
Black with #CB00FD
Text Example
Text Example
White with #CB00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00FD; }
p { color: rgb(203,0,253); }
H1.HeaderClassName
{
color: #CB00FD;
}
.AnyTagClassName
{
color: #CB00FD;
}
</style>
background-color css
<style>
a { background-color: #CB00FD; }
a { background-color: rgb(203,0,253); }
div.DivClassName
{
background-color: #CB00FD;
}
.BgClassName
{
background-color: #CB00FD;
}
</style>
border-color css
<style>
span { border-color: #CB00FD; }
span { border-color: rgb(203,0,253); }
td.TdClassName
{
border-color: #CB00FD;
}
.TagClassName
{
border-color: #CB00FD;
}
</style>