Shades of Electric Purple #C717FE
Tints of Electric Purple #C717FE
RGB
CMYK
RGB Variations
Color information
#C717FE (or 0xC717FE) is known color: Electric Purple. HEX triplet: C7, 17 and FE. RGB value is (199,23,254). Sum of RGB (Red+Green+Blue) = 199+23+254=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #C717FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C717FE is #38E801. Grayscale: #656565. Windows color (decimal): -3729410 or 16652231. OLE color: 16652231.
HSL color Cylindrical-coordinate representation of color #C717FE: hue angle of 285.71º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C717FE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 23 | 254 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.00 |
| HSL | 285.71º | 0.99% | 0.54% | - |
| HSV(B) | 285.71º | 0.91% | 1% | - |
| XYZ | 41.75 | 19.91 | 95.41 | - |
| YUV | 101.96 | 213.81 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 254 | 0.22 | 0.91 | 0 | 0.00 | 285.71 | 0.99 | 0.54 |
| Hex | C7 | 17 | FE | 16 | 5B | 0 | 0 | 11E | 63 | 36 |
| Octal | 307 | 27 | 376 | 26 | 133 | 0 | 0 | 436 | 143 | 66 |
| Binary | 11000111 | 10111 | 11111110 | 10110 | 1011011 | 0 | 0 | 100011110 | 1100011 | 110110 |
Color Harmonies of #C717FE
Complementary color
Monochromatic Colors of #C717FE
Black with #C717FE
Text Example
Text Example
White with #C717FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717FE; }
p { color: rgb(199,23,254); }
H1.HeaderClassName
{
color: #C717FE;
}
.AnyTagClassName
{
color: #C717FE;
}
</style>
background-color css
<style>
a { background-color: #C717FE; }
a { background-color: rgb(199,23,254); }
div.DivClassName
{
background-color: #C717FE;
}
.BgClassName
{
background-color: #C717FE;
}
</style>
border-color css
<style>
span { border-color: #C717FE; }
span { border-color: rgb(199,23,254); }
td.TdClassName
{
border-color: #C717FE;
}
.TagClassName
{
border-color: #C717FE;
}
</style>