Shades of Electric Purple #CB0EEE
Tints of Electric Purple #CB0EEE
RGB
CMYK
RGB Variations
Color information
#CB0EEE (or 0xCB0EEE) is known color: Electric Purple. HEX triplet: CB, 0E and EE. RGB value is (203,14,238). Sum of RGB (Red+Green+Blue) = 203+14+238=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB0EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0EEE is #34F111. Grayscale: #5F5F5F. Windows color (decimal): -3469586 or 15601355. OLE color: 15601355.
HSL color Cylindrical-coordinate representation of color #CB0EEE: hue angle of 290.62º degrees, saturation: 0.89, 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 #CB0EEE is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 14 | 238 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.07 |
| HSL | 290.63º | 0.89% | 0.49% | - |
| HSV(B) | 290.63º | 0.94% | 0.93% | - |
| XYZ | 40.22 | 19.18 | 82.47 | - |
| YUV | 96.05 | 208.12 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 238 | 0.15 | 0.94 | 0 | 0.07 | 290.63 | 0.89 | 0.49 |
| Hex | CB | E | EE | F | 5E | 0 | 7 | 123 | 59 | 31 |
| Octal | 313 | 16 | 356 | 17 | 136 | 0 | 7 | 443 | 131 | 61 |
| Binary | 11001011 | 1110 | 11101110 | 1111 | 1011110 | 0 | 111 | 100100011 | 1011001 | 110001 |
Color Harmonies of #CB0EEE
Complementary color
Monochromatic Colors of #CB0EEE
Black with #CB0EEE
Text Example
Text Example
White with #CB0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0EEE; }
p { color: rgb(203,14,238); }
H1.HeaderClassName
{
color: #CB0EEE;
}
.AnyTagClassName
{
color: #CB0EEE;
}
</style>
background-color css
<style>
a { background-color: #CB0EEE; }
a { background-color: rgb(203,14,238); }
div.DivClassName
{
background-color: #CB0EEE;
}
.BgClassName
{
background-color: #CB0EEE;
}
</style>
border-color css
<style>
span { border-color: #CB0EEE; }
span { border-color: rgb(203,14,238); }
td.TdClassName
{
border-color: #CB0EEE;
}
.TagClassName
{
border-color: #CB0EEE;
}
</style>