Shades of Electric Purple #C717FF
Tints of Electric Purple #C717FF
RGB
CMYK
RGB Variations
Color information
#C717FF (or 0xC717FF) is known color: Electric Purple. HEX triplet: C7, 17 and FF. RGB value is (199,23,255). Sum of RGB (Red+Green+Blue) = 199+23+255=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #C717FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C717FF is #38E800. Grayscale: #656565. Windows color (decimal): -3729409 or 16717767. OLE color: 16717767.
HSL color Cylindrical-coordinate representation of color #C717FF: hue angle of 285.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C717FF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 23 | 255 | - |
| CMYK | 0.22 | 0.91 | 0 | 0 |
| HSL | 285.52º | 1% | 0.55% | - |
| HSV(B) | 285.52º | 0.91% | 1% | - |
| XYZ | 41.91 | 19.97 | 96.25 | - |
| YUV | 102.07 | 214.31 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 255 | 0.22 | 0.91 | 0 | 0 | 285.52 | 1 | 0.55 |
| Hex | C7 | 17 | FF | 16 | 5B | 0 | 0 | 11E | 64 | 37 |
| Octal | 307 | 27 | 377 | 26 | 133 | 0 | 0 | 436 | 144 | 67 |
| Binary | 11000111 | 10111 | 11111111 | 10110 | 1011011 | 0 | 0 | 100011110 | 1100100 | 110111 |
Color Harmonies of #C717FF
Complementary color
Monochromatic Colors of #C717FF
Black with #C717FF
Text Example
Text Example
White with #C717FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717FF; }
p { color: rgb(199,23,255); }
H1.HeaderClassName
{
color: #C717FF;
}
.AnyTagClassName
{
color: #C717FF;
}
</style>
background-color css
<style>
a { background-color: #C717FF; }
a { background-color: rgb(199,23,255); }
div.DivClassName
{
background-color: #C717FF;
}
.BgClassName
{
background-color: #C717FF;
}
</style>
border-color css
<style>
span { border-color: #C717FF; }
span { border-color: rgb(199,23,255); }
td.TdClassName
{
border-color: #C717FF;
}
.TagClassName
{
border-color: #C717FF;
}
</style>