Shades of Electric Purple #C117E7
Tints of Electric Purple #C117E7
RGB
CMYK
RGB Variations
Color information
#C117E7 (or 0xC117E7) is known color: Electric Purple. HEX triplet: C1, 17 and E7. RGB value is (193,23,231). Sum of RGB (Red+Green+Blue) = 193+23+231=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #C117E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C117E7 is #3EE818. Grayscale: #606060. Windows color (decimal): -4122649 or 15144897. OLE color: 15144897.
HSL color Cylindrical-coordinate representation of color #C117E7: hue angle of 289.04º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C117E7 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 23 | 231 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.09 |
| HSL | 289.04º | 0.82% | 0.5% | - |
| HSV(B) | 289.04º | 0.9% | 0.91% | - |
| XYZ | 36.72 | 17.72 | 77.09 | - |
| YUV | 97.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 231 | 0.16 | 0.90 | 0 | 0.09 | 289.04 | 0.82 | 0.5 |
| Hex | C1 | 17 | E7 | 10 | 5A | 0 | 9 | 121 | 52 | 32 |
| Octal | 301 | 27 | 347 | 20 | 132 | 0 | 11 | 441 | 122 | 62 |
| Binary | 11000001 | 10111 | 11100111 | 10000 | 1011010 | 0 | 1001 | 100100001 | 1010010 | 110010 |
Color Harmonies of #C117E7
Complementary color
Monochromatic Colors of #C117E7
Black with #C117E7
Text Example
Text Example
White with #C117E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117E7; }
p { color: rgb(193,23,231); }
H1.HeaderClassName
{
color: #C117E7;
}
.AnyTagClassName
{
color: #C117E7;
}
</style>
background-color css
<style>
a { background-color: #C117E7; }
a { background-color: rgb(193,23,231); }
div.DivClassName
{
background-color: #C117E7;
}
.BgClassName
{
background-color: #C117E7;
}
</style>
border-color css
<style>
span { border-color: #C117E7; }
span { border-color: rgb(193,23,231); }
td.TdClassName
{
border-color: #C117E7;
}
.TagClassName
{
border-color: #C117E7;
}
</style>