Shades of Electric Purple #CB00ED
Tints of Electric Purple #CB00ED
RGB
CMYK
RGB Variations
Color information
#CB00ED (or 0xCB00ED) is known color: Electric Purple. HEX triplet: CB, 00 and ED. RGB value is (203,0,237). Sum of RGB (Red+Green+Blue) = 203+0+237=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB00ED is #34FF12. Grayscale: #565656. Windows color (decimal): -3473171 or 15532235. OLE color: 15532235.
HSL color Cylindrical-coordinate representation of color #CB00ED: hue angle of 291.39º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00ED is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 0 | 237 | - |
| CMYK | 0.14 | 1 | 0 | 0.07 |
| HSL | 291.39º | 1% | 0.46% | - |
| HSV(B) | 291.39º | 1% | 0.93% | - |
| XYZ | 39.91 | 18.81 | 81.65 | - |
| YUV | 87.72 | 212.25 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 237 | 0.14 | 1 | 0 | 0.07 | 291.39 | 1 | 0.46 |
| Hex | CB | 0 | ED | E | 64 | 0 | 7 | 123 | 64 | 2E |
| Octal | 313 | 0 | 355 | 16 | 144 | 0 | 7 | 443 | 144 | 56 |
| Binary | 11001011 | 0 | 11101101 | 1110 | 1100100 | 0 | 111 | 100100011 | 1100100 | 101110 |
Color Harmonies of #CB00ED
Complementary color
Monochromatic Colors of #CB00ED
Black with #CB00ED
Text Example
Text Example
White with #CB00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00ED; }
p { color: rgb(203,0,237); }
H1.HeaderClassName
{
color: #CB00ED;
}
.AnyTagClassName
{
color: #CB00ED;
}
</style>
background-color css
<style>
a { background-color: #CB00ED; }
a { background-color: rgb(203,0,237); }
div.DivClassName
{
background-color: #CB00ED;
}
.BgClassName
{
background-color: #CB00ED;
}
</style>
border-color css
<style>
span { border-color: #CB00ED; }
span { border-color: rgb(203,0,237); }
td.TdClassName
{
border-color: #CB00ED;
}
.TagClassName
{
border-color: #CB00ED;
}
</style>