Shades of Electric Purple #CB16ED
Tints of Electric Purple #CB16ED
RGB
CMYK
RGB Variations
Color information
#CB16ED (or 0xCB16ED) is known color: Electric Purple. HEX triplet: CB, 16 and ED. RGB value is (203,22,237). Sum of RGB (Red+Green+Blue) = 203+22+237=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB16ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB16ED is #34E912. Grayscale: #636363. Windows color (decimal): -3467539 or 15537867. OLE color: 15537867.
HSL color Cylindrical-coordinate representation of color #CB16ED: hue angle of 290.51º degrees, saturation: 0.86, 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 #CB16ED is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 22 | 237 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.07 |
| HSL | 290.51º | 0.86% | 0.51% | - |
| HSV(B) | 290.51º | 0.91% | 0.93% | - |
| XYZ | 40.2 | 19.38 | 81.74 | - |
| YUV | 100.63 | 204.97 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 237 | 0.14 | 0.91 | 0 | 0.07 | 290.51 | 0.86 | 0.51 |
| Hex | CB | 16 | ED | E | 5B | 0 | 7 | 123 | 56 | 33 |
| Octal | 313 | 26 | 355 | 16 | 133 | 0 | 7 | 443 | 126 | 63 |
| Binary | 11001011 | 10110 | 11101101 | 1110 | 1011011 | 0 | 111 | 100100011 | 1010110 | 110011 |
Color Harmonies of #CB16ED
Complementary color
Monochromatic Colors of #CB16ED
Black with #CB16ED
Text Example
Text Example
White with #CB16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16ED; }
p { color: rgb(203,22,237); }
H1.HeaderClassName
{
color: #CB16ED;
}
.AnyTagClassName
{
color: #CB16ED;
}
</style>
background-color css
<style>
a { background-color: #CB16ED; }
a { background-color: rgb(203,22,237); }
div.DivClassName
{
background-color: #CB16ED;
}
.BgClassName
{
background-color: #CB16ED;
}
</style>
border-color css
<style>
span { border-color: #CB16ED; }
span { border-color: rgb(203,22,237); }
td.TdClassName
{
border-color: #CB16ED;
}
.TagClassName
{
border-color: #CB16ED;
}
</style>