Shades of Electric Purple #C717F1
Tints of Electric Purple #C717F1
RGB
CMYK
RGB Variations
Color information
#C717F1 (or 0xC717F1) is known color: Electric Purple. HEX triplet: C7, 17 and F1. RGB value is (199,23,241). Sum of RGB (Red+Green+Blue) = 199+23+241=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #C717F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C717F1 is #38E80E. Grayscale: #636363. Windows color (decimal): -3729423 or 15800263. OLE color: 15800263.
HSL color Cylindrical-coordinate representation of color #C717F1: hue angle of 288.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C717F1 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 23 | 241 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.05 |
| HSL | 288.44º | 0.89% | 0.52% | - |
| HSV(B) | 288.44º | 0.9% | 0.95% | - |
| XYZ | 39.74 | 19.11 | 84.81 | - |
| YUV | 100.48 | 207.31 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 241 | 0.17 | 0.90 | 0 | 0.05 | 288.44 | 0.89 | 0.52 |
| Hex | C7 | 17 | F1 | 11 | 5A | 0 | 5 | 120 | 59 | 34 |
| Octal | 307 | 27 | 361 | 21 | 132 | 0 | 5 | 440 | 131 | 64 |
| Binary | 11000111 | 10111 | 11110001 | 10001 | 1011010 | 0 | 101 | 100100000 | 1011001 | 110100 |
Color Harmonies of #C717F1
Complementary color
Monochromatic Colors of #C717F1
Black with #C717F1
Text Example
Text Example
White with #C717F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717F1; }
p { color: rgb(199,23,241); }
H1.HeaderClassName
{
color: #C717F1;
}
.AnyTagClassName
{
color: #C717F1;
}
</style>
background-color css
<style>
a { background-color: #C717F1; }
a { background-color: rgb(199,23,241); }
div.DivClassName
{
background-color: #C717F1;
}
.BgClassName
{
background-color: #C717F1;
}
</style>
border-color css
<style>
span { border-color: #C717F1; }
span { border-color: rgb(199,23,241); }
td.TdClassName
{
border-color: #C717F1;
}
.TagClassName
{
border-color: #C717F1;
}
</style>