Shades of Electric Purple #CB0FED
Tints of Electric Purple #CB0FED
RGB
CMYK
RGB Variations
Color information
#CB0FED (or 0xCB0FED) is known color: Electric Purple. HEX triplet: CB, 0F and ED. RGB value is (203,15,237). Sum of RGB (Red+Green+Blue) = 203+15+237=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB0FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0FED is #34F012. Grayscale: #5F5F5F. Windows color (decimal): -3469331 or 15536075. OLE color: 15536075.
HSL color Cylindrical-coordinate representation of color #CB0FED: hue angle of 290.81º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0FED is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 15 | 237 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.07 |
| HSL | 290.81º | 0.88% | 0.49% | - |
| HSV(B) | 290.81º | 0.94% | 0.93% | - |
| XYZ | 40.09 | 19.15 | 81.7 | - |
| YUV | 96.52 | 207.28 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 237 | 0.14 | 0.94 | 0 | 0.07 | 290.81 | 0.88 | 0.49 |
| Hex | CB | F | ED | E | 5E | 0 | 7 | 123 | 58 | 31 |
| Octal | 313 | 17 | 355 | 16 | 136 | 0 | 7 | 443 | 130 | 61 |
| Binary | 11001011 | 1111 | 11101101 | 1110 | 1011110 | 0 | 111 | 100100011 | 1011000 | 110001 |
Color Harmonies of #CB0FED
Complementary color
Monochromatic Colors of #CB0FED
Black with #CB0FED
Text Example
Text Example
White with #CB0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FED; }
p { color: rgb(203,15,237); }
H1.HeaderClassName
{
color: #CB0FED;
}
.AnyTagClassName
{
color: #CB0FED;
}
</style>
background-color css
<style>
a { background-color: #CB0FED; }
a { background-color: rgb(203,15,237); }
div.DivClassName
{
background-color: #CB0FED;
}
.BgClassName
{
background-color: #CB0FED;
}
</style>
border-color css
<style>
span { border-color: #CB0FED; }
span { border-color: rgb(203,15,237); }
td.TdClassName
{
border-color: #CB0FED;
}
.TagClassName
{
border-color: #CB0FED;
}
</style>