Shades of Electric Purple #CB0EEA
Tints of Electric Purple #CB0EEA
RGB
CMYK
RGB Variations
Color information
#CB0EEA (or 0xCB0EEA) is known color: Electric Purple. HEX triplet: CB, 0E and EA. RGB value is (203,14,234). Sum of RGB (Red+Green+Blue) = 203+14+234=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB0EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0EEA is #34F115. Grayscale: #5E5E5E. Windows color (decimal): -3469590 or 15339211. OLE color: 15339211.
HSL color Cylindrical-coordinate representation of color #CB0EEA: hue angle of 291.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0EEA is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 14 | 234 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.08 |
| HSL | 291.55º | 0.89% | 0.49% | - |
| HSV(B) | 291.55º | 0.94% | 0.92% | - |
| XYZ | 39.64 | 18.95 | 79.41 | - |
| YUV | 95.59 | 206.12 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 234 | 0.13 | 0.94 | 0 | 0.08 | 291.55 | 0.89 | 0.49 |
| Hex | CB | E | EA | D | 5E | 0 | 8 | 124 | 59 | 31 |
| Octal | 313 | 16 | 352 | 15 | 136 | 0 | 10 | 444 | 131 | 61 |
| Binary | 11001011 | 1110 | 11101010 | 1101 | 1011110 | 0 | 1000 | 100100100 | 1011001 | 110001 |
Color Harmonies of #CB0EEA
Complementary color
Monochromatic Colors of #CB0EEA
Black with #CB0EEA
Text Example
Text Example
White with #CB0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0EEA; }
p { color: rgb(203,14,234); }
H1.HeaderClassName
{
color: #CB0EEA;
}
.AnyTagClassName
{
color: #CB0EEA;
}
</style>
background-color css
<style>
a { background-color: #CB0EEA; }
a { background-color: rgb(203,14,234); }
div.DivClassName
{
background-color: #CB0EEA;
}
.BgClassName
{
background-color: #CB0EEA;
}
</style>
border-color css
<style>
span { border-color: #CB0EEA; }
span { border-color: rgb(203,14,234); }
td.TdClassName
{
border-color: #CB0EEA;
}
.TagClassName
{
border-color: #CB0EEA;
}
</style>