Shades of Electric Purple #C717FD
Tints of Electric Purple #C717FD
RGB
CMYK
RGB Variations
Color information
#C717FD (or 0xC717FD) is known color: Electric Purple. HEX triplet: C7, 17 and FD. RGB value is (199,23,253). Sum of RGB (Red+Green+Blue) = 199+23+253=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #C717FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C717FD is #38E802. Grayscale: #656565. Windows color (decimal): -3729411 or 16586695. OLE color: 16586695.
HSL color Cylindrical-coordinate representation of color #C717FD: hue angle of 285.91º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C717FD is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 23 | 253 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.01 |
| HSL | 285.91º | 0.98% | 0.54% | - |
| HSV(B) | 285.91º | 0.91% | 0.99% | - |
| XYZ | 41.59 | 19.85 | 94.57 | - |
| YUV | 101.84 | 213.31 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 253 | 0.21 | 0.91 | 0 | 0.01 | 285.91 | 0.98 | 0.54 |
| Hex | C7 | 17 | FD | 15 | 5B | 0 | 1 | 11E | 62 | 36 |
| Octal | 307 | 27 | 375 | 25 | 133 | 0 | 1 | 436 | 142 | 66 |
| Binary | 11000111 | 10111 | 11111101 | 10101 | 1011011 | 0 | 1 | 100011110 | 1100010 | 110110 |
Color Harmonies of #C717FD
Complementary color
Monochromatic Colors of #C717FD
Black with #C717FD
Text Example
Text Example
White with #C717FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717FD; }
p { color: rgb(199,23,253); }
H1.HeaderClassName
{
color: #C717FD;
}
.AnyTagClassName
{
color: #C717FD;
}
</style>
background-color css
<style>
a { background-color: #C717FD; }
a { background-color: rgb(199,23,253); }
div.DivClassName
{
background-color: #C717FD;
}
.BgClassName
{
background-color: #C717FD;
}
</style>
border-color css
<style>
span { border-color: #C717FD; }
span { border-color: rgb(199,23,253); }
td.TdClassName
{
border-color: #C717FD;
}
.TagClassName
{
border-color: #C717FD;
}
</style>