Shades of Electric Purple #CB16EC
Tints of Electric Purple #CB16EC
RGB
CMYK
RGB Variations
Color information
#CB16EC (or 0xCB16EC) is known color: Electric Purple. HEX triplet: CB, 16 and EC. RGB value is (203,22,236). Sum of RGB (Red+Green+Blue) = 203+22+236=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB16EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB16EC is #34E913. Grayscale: #636363. Windows color (decimal): -3467540 or 15472331. OLE color: 15472331.
HSL color Cylindrical-coordinate representation of color #CB16EC: hue angle of 290.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB16EC is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 22 | 236 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.07 |
| HSL | 290.75º | 0.85% | 0.51% | - |
| HSV(B) | 290.75º | 0.91% | 0.93% | - |
| XYZ | 40.06 | 19.33 | 80.98 | - |
| YUV | 100.52 | 204.47 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 236 | 0.14 | 0.91 | 0 | 0.07 | 290.75 | 0.85 | 0.51 |
| Hex | CB | 16 | EC | E | 5B | 0 | 7 | 123 | 55 | 33 |
| Octal | 313 | 26 | 354 | 16 | 133 | 0 | 7 | 443 | 125 | 63 |
| Binary | 11001011 | 10110 | 11101100 | 1110 | 1011011 | 0 | 111 | 100100011 | 1010101 | 110011 |
Color Harmonies of #CB16EC
Complementary color
Monochromatic Colors of #CB16EC
Black with #CB16EC
Text Example
Text Example
White with #CB16EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16EC; }
p { color: rgb(203,22,236); }
H1.HeaderClassName
{
color: #CB16EC;
}
.AnyTagClassName
{
color: #CB16EC;
}
</style>
background-color css
<style>
a { background-color: #CB16EC; }
a { background-color: rgb(203,22,236); }
div.DivClassName
{
background-color: #CB16EC;
}
.BgClassName
{
background-color: #CB16EC;
}
</style>
border-color css
<style>
span { border-color: #CB16EC; }
span { border-color: rgb(203,22,236); }
td.TdClassName
{
border-color: #CB16EC;
}
.TagClassName
{
border-color: #CB16EC;
}
</style>