Shades of Electric Purple #C717ED
Tints of Electric Purple #C717ED
RGB
CMYK
RGB Variations
Color information
#C717ED (or 0xC717ED) is known color: Electric Purple. HEX triplet: C7, 17 and ED. RGB value is (199,23,237). Sum of RGB (Red+Green+Blue) = 199+23+237=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #C717ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C717ED is #38E812. Grayscale: #636363. Windows color (decimal): -3729427 or 15538119. OLE color: 15538119.
HSL color Cylindrical-coordinate representation of color #C717ED: hue angle of 289.35º 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 #C717ED is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 23 | 237 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.07 |
| HSL | 289.35º | 0.86% | 0.51% | - |
| HSV(B) | 289.35º | 0.9% | 0.93% | - |
| XYZ | 39.15 | 18.87 | 81.7 | - |
| YUV | 100.02 | 205.31 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 237 | 0.16 | 0.90 | 0 | 0.07 | 289.35 | 0.86 | 0.51 |
| Hex | C7 | 17 | ED | 10 | 5A | 0 | 7 | 121 | 56 | 33 |
| Octal | 307 | 27 | 355 | 20 | 132 | 0 | 7 | 441 | 126 | 63 |
| Binary | 11000111 | 10111 | 11101101 | 10000 | 1011010 | 0 | 111 | 100100001 | 1010110 | 110011 |
Color Harmonies of #C717ED
Complementary color
Monochromatic Colors of #C717ED
Black with #C717ED
Text Example
Text Example
White with #C717ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717ED; }
p { color: rgb(199,23,237); }
H1.HeaderClassName
{
color: #C717ED;
}
.AnyTagClassName
{
color: #C717ED;
}
</style>
background-color css
<style>
a { background-color: #C717ED; }
a { background-color: rgb(199,23,237); }
div.DivClassName
{
background-color: #C717ED;
}
.BgClassName
{
background-color: #C717ED;
}
</style>
border-color css
<style>
span { border-color: #C717ED; }
span { border-color: rgb(199,23,237); }
td.TdClassName
{
border-color: #C717ED;
}
.TagClassName
{
border-color: #C717ED;
}
</style>