Shades of Electric Purple #C117EF
Tints of Electric Purple #C117EF
RGB
CMYK
RGB Variations
Color information
#C117EF (or 0xC117EF) is known color: Electric Purple. HEX triplet: C1, 17 and EF. RGB value is (193,23,239). Sum of RGB (Red+Green+Blue) = 193+23+239=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 23 (9.38% from 255 or 5.05% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #C117EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C117EF is #3EE810. Grayscale: #616161. Windows color (decimal): -4122641 or 15669185. OLE color: 15669185.
HSL color Cylindrical-coordinate representation of color #C117EF: hue angle of 287.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C117EF is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 23 | 239 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.06 |
| HSL | 287.22º | 0.87% | 0.51% | - |
| HSV(B) | 287.22º | 0.9% | 0.94% | - |
| XYZ | 37.88 | 18.18 | 83.17 | - |
| YUV | 98.45 | 207.32 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 239 | 0.19 | 0.90 | 0 | 0.06 | 287.22 | 0.87 | 0.51 |
| Hex | C1 | 17 | EF | 13 | 5A | 0 | 6 | 11F | 57 | 33 |
| Octal | 301 | 27 | 357 | 23 | 132 | 0 | 6 | 437 | 127 | 63 |
| Binary | 11000001 | 10111 | 11101111 | 10011 | 1011010 | 0 | 110 | 100011111 | 1010111 | 110011 |
Color Harmonies of #C117EF
Complementary color
Monochromatic Colors of #C117EF
Black with #C117EF
Text Example
Text Example
White with #C117EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117EF; }
p { color: rgb(193,23,239); }
H1.HeaderClassName
{
color: #C117EF;
}
.AnyTagClassName
{
color: #C117EF;
}
</style>
background-color css
<style>
a { background-color: #C117EF; }
a { background-color: rgb(193,23,239); }
div.DivClassName
{
background-color: #C117EF;
}
.BgClassName
{
background-color: #C117EF;
}
</style>
border-color css
<style>
span { border-color: #C117EF; }
span { border-color: rgb(193,23,239); }
td.TdClassName
{
border-color: #C117EF;
}
.TagClassName
{
border-color: #C117EF;
}
</style>