Shades of Electric Purple #C116ED
Tints of Electric Purple #C116ED
RGB
CMYK
RGB Variations
Color information
#C116ED (or 0xC116ED) is known color: Electric Purple. HEX triplet: C1, 16 and ED. RGB value is (193,22,237). Sum of RGB (Red+Green+Blue) = 193+22+237=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 22 (8.98% from 255 or 4.87% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #C116ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C116ED is #3EE912. Grayscale: #606060. Windows color (decimal): -4122899 or 15537857. OLE color: 15537857.
HSL color Cylindrical-coordinate representation of color #C116ED: hue angle of 287.72º 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 #C116ED is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 22 | 237 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.07 |
| HSL | 287.72º | 0.86% | 0.51% | - |
| HSV(B) | 287.72º | 0.91% | 0.93% | - |
| XYZ | 37.57 | 18.03 | 81.62 | - |
| YUV | 97.64 | 206.65 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 237 | 0.19 | 0.91 | 0 | 0.07 | 287.72 | 0.86 | 0.51 |
| Hex | C1 | 16 | ED | 13 | 5B | 0 | 7 | 120 | 56 | 33 |
| Octal | 301 | 26 | 355 | 23 | 133 | 0 | 7 | 440 | 126 | 63 |
| Binary | 11000001 | 10110 | 11101101 | 10011 | 1011011 | 0 | 111 | 100100000 | 1010110 | 110011 |
Color Harmonies of #C116ED
Complementary color
Monochromatic Colors of #C116ED
Black with #C116ED
Text Example
Text Example
White with #C116ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C116ED; }
p { color: rgb(193,22,237); }
H1.HeaderClassName
{
color: #C116ED;
}
.AnyTagClassName
{
color: #C116ED;
}
</style>
background-color css
<style>
a { background-color: #C116ED; }
a { background-color: rgb(193,22,237); }
div.DivClassName
{
background-color: #C116ED;
}
.BgClassName
{
background-color: #C116ED;
}
</style>
border-color css
<style>
span { border-color: #C116ED; }
span { border-color: rgb(193,22,237); }
td.TdClassName
{
border-color: #C116ED;
}
.TagClassName
{
border-color: #C116ED;
}
</style>