Shades of Electric Purple #C517FC
Tints of Electric Purple #C517FC
RGB
CMYK
RGB Variations
Color information
#C517FC (or 0xC517FC) is known color: Electric Purple. HEX triplet: C5, 17 and FC. RGB value is (197,23,252). Sum of RGB (Red+Green+Blue) = 197+23+252=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #C517FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C517FC is #3AE803. Grayscale: #646464. Windows color (decimal): -3860484 or 16521157. OLE color: 16521157.
HSL color Cylindrical-coordinate representation of color #C517FC: hue angle of 285.59º degrees, saturation: 0.97, 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 #C517FC is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 23 | 252 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.01 |
| HSL | 285.59º | 0.97% | 0.54% | - |
| HSV(B) | 285.59º | 0.91% | 0.99% | - |
| XYZ | 40.9 | 19.51 | 93.71 | - |
| YUV | 101.13 | 213.15 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 252 | 0.22 | 0.91 | 0 | 0.01 | 285.59 | 0.97 | 0.54 |
| Hex | C5 | 17 | FC | 16 | 5B | 0 | 1 | 11E | 61 | 36 |
| Octal | 305 | 27 | 374 | 26 | 133 | 0 | 1 | 436 | 141 | 66 |
| Binary | 11000101 | 10111 | 11111100 | 10110 | 1011011 | 0 | 1 | 100011110 | 1100001 | 110110 |
Color Harmonies of #C517FC
Complementary color
Monochromatic Colors of #C517FC
Black with #C517FC
Text Example
Text Example
White with #C517FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C517FC; }
p { color: rgb(197,23,252); }
H1.HeaderClassName
{
color: #C517FC;
}
.AnyTagClassName
{
color: #C517FC;
}
</style>
background-color css
<style>
a { background-color: #C517FC; }
a { background-color: rgb(197,23,252); }
div.DivClassName
{
background-color: #C517FC;
}
.BgClassName
{
background-color: #C517FC;
}
</style>
border-color css
<style>
span { border-color: #C517FC; }
span { border-color: rgb(197,23,252); }
td.TdClassName
{
border-color: #C517FC;
}
.TagClassName
{
border-color: #C517FC;
}
</style>