Shades of Electric Purple #C519ED
Tints of Electric Purple #C519ED
RGB
CMYK
RGB Variations
Color information
#C519ED (or 0xC519ED) is known color: Electric Purple. HEX triplet: C5, 19 and ED. RGB value is (197,25,237). Sum of RGB (Red+Green+Blue) = 197+25+237=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 25 (10.16% from 255 or 5.45% 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 #C519ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C519ED is #3AE612. Grayscale: #636363. Windows color (decimal): -3859987 or 15538629. OLE color: 15538629.
HSL color Cylindrical-coordinate representation of color #C519ED: hue angle of 288.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C519ED is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 25 | 237 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.07 |
| HSL | 288.68º | 0.85% | 0.51% | - |
| HSV(B) | 288.68º | 0.89% | 0.93% | - |
| XYZ | 38.66 | 18.68 | 81.69 | - |
| YUV | 100.6 | 204.98 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 237 | 0.17 | 0.89 | 0 | 0.07 | 288.68 | 0.85 | 0.51 |
| Hex | C5 | 19 | ED | 11 | 59 | 0 | 7 | 121 | 55 | 33 |
| Octal | 305 | 31 | 355 | 21 | 131 | 0 | 7 | 441 | 125 | 63 |
| Binary | 11000101 | 11001 | 11101101 | 10001 | 1011001 | 0 | 111 | 100100001 | 1010101 | 110011 |
Color Harmonies of #C519ED
Complementary color
Monochromatic Colors of #C519ED
Black with #C519ED
Text Example
Text Example
White with #C519ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519ED; }
p { color: rgb(197,25,237); }
H1.HeaderClassName
{
color: #C519ED;
}
.AnyTagClassName
{
color: #C519ED;
}
</style>
background-color css
<style>
a { background-color: #C519ED; }
a { background-color: rgb(197,25,237); }
div.DivClassName
{
background-color: #C519ED;
}
.BgClassName
{
background-color: #C519ED;
}
</style>
border-color css
<style>
span { border-color: #C519ED; }
span { border-color: rgb(197,25,237); }
td.TdClassName
{
border-color: #C519ED;
}
.TagClassName
{
border-color: #C519ED;
}
</style>