Shades of Electric Purple #CB0DEC
Tints of Electric Purple #CB0DEC
RGB
CMYK
RGB Variations
Color information
#CB0DEC (or 0xCB0DEC) is known color: Electric Purple. HEX triplet: CB, 0D and EC. RGB value is (203,13,236). Sum of RGB (Red+Green+Blue) = 203+13+236=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB0DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0DEC is #34F213. Grayscale: #5E5E5E. Windows color (decimal): -3469844 or 15470027. OLE color: 15470027.
HSL color Cylindrical-coordinate representation of color #CB0DEC: hue angle of 291.12º degrees, saturation: 0.9, 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 #CB0DEC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 13 | 236 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.07 |
| HSL | 291.12º | 0.9% | 0.49% | - |
| HSV(B) | 291.12º | 0.94% | 0.93% | - |
| XYZ | 39.91 | 19.04 | 80.93 | - |
| YUV | 95.23 | 207.45 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 236 | 0.14 | 0.94 | 0 | 0.07 | 291.12 | 0.9 | 0.49 |
| Hex | CB | D | EC | E | 5E | 0 | 7 | 123 | 5A | 31 |
| Octal | 313 | 15 | 354 | 16 | 136 | 0 | 7 | 443 | 132 | 61 |
| Binary | 11001011 | 1101 | 11101100 | 1110 | 1011110 | 0 | 111 | 100100011 | 1011010 | 110001 |
Color Harmonies of #CB0DEC
Complementary color
Monochromatic Colors of #CB0DEC
Black with #CB0DEC
Text Example
Text Example
White with #CB0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0DEC; }
p { color: rgb(203,13,236); }
H1.HeaderClassName
{
color: #CB0DEC;
}
.AnyTagClassName
{
color: #CB0DEC;
}
</style>
background-color css
<style>
a { background-color: #CB0DEC; }
a { background-color: rgb(203,13,236); }
div.DivClassName
{
background-color: #CB0DEC;
}
.BgClassName
{
background-color: #CB0DEC;
}
</style>
border-color css
<style>
span { border-color: #CB0DEC; }
span { border-color: rgb(203,13,236); }
td.TdClassName
{
border-color: #CB0DEC;
}
.TagClassName
{
border-color: #CB0DEC;
}
</style>