Shades of Electric Purple #C117EE
Tints of Electric Purple #C117EE
RGB
CMYK
RGB Variations
Color information
#C117EE (or 0xC117EE) is known color: Electric Purple. HEX triplet: C1, 17 and EE. RGB value is (193,23,238). Sum of RGB (Red+Green+Blue) = 193+23+238=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #C117EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C117EE is #3EE811. Grayscale: #616161. Windows color (decimal): -4122642 or 15603649. OLE color: 15603649.
HSL color Cylindrical-coordinate representation of color #C117EE: hue angle of 287.44º degrees, saturation: 0.86, 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 #C117EE is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 23 | 238 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.07 |
| HSL | 287.44º | 0.86% | 0.51% | - |
| HSV(B) | 287.44º | 0.9% | 0.93% | - |
| XYZ | 37.73 | 18.12 | 82.4 | - |
| YUV | 98.34 | 206.82 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 238 | 0.19 | 0.90 | 0 | 0.07 | 287.44 | 0.86 | 0.51 |
| Hex | C1 | 17 | EE | 13 | 5A | 0 | 7 | 11F | 56 | 33 |
| Octal | 301 | 27 | 356 | 23 | 132 | 0 | 7 | 437 | 126 | 63 |
| Binary | 11000001 | 10111 | 11101110 | 10011 | 1011010 | 0 | 111 | 100011111 | 1010110 | 110011 |
Color Harmonies of #C117EE
Complementary color
Monochromatic Colors of #C117EE
Black with #C117EE
Text Example
Text Example
White with #C117EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117EE; }
p { color: rgb(193,23,238); }
H1.HeaderClassName
{
color: #C117EE;
}
.AnyTagClassName
{
color: #C117EE;
}
</style>
background-color css
<style>
a { background-color: #C117EE; }
a { background-color: rgb(193,23,238); }
div.DivClassName
{
background-color: #C117EE;
}
.BgClassName
{
background-color: #C117EE;
}
</style>
border-color css
<style>
span { border-color: #C117EE; }
span { border-color: rgb(193,23,238); }
td.TdClassName
{
border-color: #C117EE;
}
.TagClassName
{
border-color: #C117EE;
}
</style>