Shades of Electric Purple #C117E5
Tints of Electric Purple #C117E5
RGB
CMYK
RGB Variations
Color information
#C117E5 (or 0xC117E5) is known color: Electric Purple. HEX triplet: C1, 17 and E5. RGB value is (193,23,229). Sum of RGB (Red+Green+Blue) = 193+23+229=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #C117E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117E5 is #3EE81A. Grayscale: #606060. Windows color (decimal): -4122651 or 15013825. OLE color: 15013825.
HSL color Cylindrical-coordinate representation of color #C117E5: hue angle of 289.51º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C117E5 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 23 | 229 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.10 |
| HSL | 289.51º | 0.82% | 0.49% | - |
| HSV(B) | 289.51º | 0.9% | 0.9% | - |
| XYZ | 36.44 | 17.61 | 75.61 | - |
| YUV | 97.31 | 202.32 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 229 | 0.16 | 0.90 | 0 | 0.10 | 289.51 | 0.82 | 0.49 |
| Hex | C1 | 17 | E5 | 10 | 5A | 0 | A | 122 | 52 | 31 |
| Octal | 301 | 27 | 345 | 20 | 132 | 0 | 12 | 442 | 122 | 61 |
| Binary | 11000001 | 10111 | 11100101 | 10000 | 1011010 | 0 | 1010 | 100100010 | 1010010 | 110001 |
Color Harmonies of #C117E5
Complementary color
Monochromatic Colors of #C117E5
Black with #C117E5
Text Example
Text Example
White with #C117E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117E5; }
p { color: rgb(193,23,229); }
H1.HeaderClassName
{
color: #C117E5;
}
.AnyTagClassName
{
color: #C117E5;
}
</style>
background-color css
<style>
a { background-color: #C117E5; }
a { background-color: rgb(193,23,229); }
div.DivClassName
{
background-color: #C117E5;
}
.BgClassName
{
background-color: #C117E5;
}
</style>
border-color css
<style>
span { border-color: #C117E5; }
span { border-color: rgb(193,23,229); }
td.TdClassName
{
border-color: #C117E5;
}
.TagClassName
{
border-color: #C117E5;
}
</style>