Shades of Electric Purple #CB10EC
Tints of Electric Purple #CB10EC
RGB
CMYK
RGB Variations
Color information
#CB10EC (or 0xCB10EC) is known color: Electric Purple. HEX triplet: CB, 10 and EC. RGB value is (203,16,236). Sum of RGB (Red+Green+Blue) = 203+16+236=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB10EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB10EC is #34EF13. Grayscale: #606060. Windows color (decimal): -3469076 or 15470795. OLE color: 15470795.
HSL color Cylindrical-coordinate representation of color #CB10EC: hue angle of 291º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB10EC is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 16 | 236 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.07 |
| HSL | 291º | 0.87% | 0.49% | - |
| HSV(B) | 291º | 0.93% | 0.93% | - |
| XYZ | 39.95 | 19.12 | 80.94 | - |
| YUV | 96.99 | 206.45 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 236 | 0.14 | 0.93 | 0 | 0.07 | 291 | 0.87 | 0.49 |
| Hex | CB | 10 | EC | E | 5D | 0 | 7 | 123 | 57 | 31 |
| Octal | 313 | 20 | 354 | 16 | 135 | 0 | 7 | 443 | 127 | 61 |
| Binary | 11001011 | 10000 | 11101100 | 1110 | 1011101 | 0 | 111 | 100100011 | 1010111 | 110001 |
Color Harmonies of #CB10EC
Complementary color
Monochromatic Colors of #CB10EC
Black with #CB10EC
Text Example
Text Example
White with #CB10EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10EC; }
p { color: rgb(203,16,236); }
H1.HeaderClassName
{
color: #CB10EC;
}
.AnyTagClassName
{
color: #CB10EC;
}
</style>
background-color css
<style>
a { background-color: #CB10EC; }
a { background-color: rgb(203,16,236); }
div.DivClassName
{
background-color: #CB10EC;
}
.BgClassName
{
background-color: #CB10EC;
}
</style>
border-color css
<style>
span { border-color: #CB10EC; }
span { border-color: rgb(203,16,236); }
td.TdClassName
{
border-color: #CB10EC;
}
.TagClassName
{
border-color: #CB10EC;
}
</style>