Shades of Electric Purple #CB08ED
Tints of Electric Purple #CB08ED
RGB
CMYK
RGB Variations
Color information
#CB08ED (or 0xCB08ED) is known color: Electric Purple. HEX triplet: CB, 08 and ED. RGB value is (203,8,237). Sum of RGB (Red+Green+Blue) = 203+8+237=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 8 (3.52% from 255 or 1.79% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB08ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB08ED is #34F712. Grayscale: #5B5B5B. Windows color (decimal): -3471123 or 15534283. OLE color: 15534283.
HSL color Cylindrical-coordinate representation of color #CB08ED: hue angle of 291.09º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB08ED is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 8 | 237 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.07 |
| HSL | 291.09º | 0.93% | 0.48% | - |
| HSV(B) | 291.09º | 0.97% | 0.93% | - |
| XYZ | 40 | 18.98 | 81.68 | - |
| YUV | 92.41 | 209.6 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 237 | 0.14 | 0.97 | 0 | 0.07 | 291.09 | 0.93 | 0.48 |
| Hex | CB | 8 | ED | E | 61 | 0 | 7 | 123 | 5D | 30 |
| Octal | 313 | 10 | 355 | 16 | 141 | 0 | 7 | 443 | 135 | 60 |
| Binary | 11001011 | 1000 | 11101101 | 1110 | 1100001 | 0 | 111 | 100100011 | 1011101 | 110000 |
Color Harmonies of #CB08ED
Complementary color
Monochromatic Colors of #CB08ED
Black with #CB08ED
Text Example
Text Example
White with #CB08ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08ED; }
p { color: rgb(203,8,237); }
H1.HeaderClassName
{
color: #CB08ED;
}
.AnyTagClassName
{
color: #CB08ED;
}
</style>
background-color css
<style>
a { background-color: #CB08ED; }
a { background-color: rgb(203,8,237); }
div.DivClassName
{
background-color: #CB08ED;
}
.BgClassName
{
background-color: #CB08ED;
}
</style>
border-color css
<style>
span { border-color: #CB08ED; }
span { border-color: rgb(203,8,237); }
td.TdClassName
{
border-color: #CB08ED;
}
.TagClassName
{
border-color: #CB08ED;
}
</style>