Shades of Electric Purple #C117EC
Tints of Electric Purple #C117EC
RGB
CMYK
RGB Variations
Color information
#C117EC (or 0xC117EC) is known color: Electric Purple. HEX triplet: C1, 17 and EC. RGB value is (193,23,236). Sum of RGB (Red+Green+Blue) = 193+23+236=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 23 (9.38% from 255 or 5.09% 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 #C117EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C117EC is #3EE813. Grayscale: #616161. Windows color (decimal): -4122644 or 15472577. OLE color: 15472577.
HSL color Cylindrical-coordinate representation of color #C117EC: hue angle of 287.89º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C117EC is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 23 | 236 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.07 |
| HSL | 287.89º | 0.85% | 0.51% | - |
| HSV(B) | 287.89º | 0.9% | 0.93% | - |
| XYZ | 37.44 | 18.01 | 80.86 | - |
| YUV | 98.11 | 205.82 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 236 | 0.18 | 0.90 | 0 | 0.07 | 287.89 | 0.85 | 0.51 |
| Hex | C1 | 17 | EC | 12 | 5A | 0 | 7 | 120 | 55 | 33 |
| Octal | 301 | 27 | 354 | 22 | 132 | 0 | 7 | 440 | 125 | 63 |
| Binary | 11000001 | 10111 | 11101100 | 10010 | 1011010 | 0 | 111 | 100100000 | 1010101 | 110011 |
Color Harmonies of #C117EC
Complementary color
Monochromatic Colors of #C117EC
Black with #C117EC
Text Example
Text Example
White with #C117EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117EC; }
p { color: rgb(193,23,236); }
H1.HeaderClassName
{
color: #C117EC;
}
.AnyTagClassName
{
color: #C117EC;
}
</style>
background-color css
<style>
a { background-color: #C117EC; }
a { background-color: rgb(193,23,236); }
div.DivClassName
{
background-color: #C117EC;
}
.BgClassName
{
background-color: #C117EC;
}
</style>
border-color css
<style>
span { border-color: #C117EC; }
span { border-color: rgb(193,23,236); }
td.TdClassName
{
border-color: #C117EC;
}
.TagClassName
{
border-color: #C117EC;
}
</style>