Shades of Electric Purple #C518ED
Tints of Electric Purple #C518ED
RGB
CMYK
RGB Variations
Color information
#C518ED (or 0xC518ED) is known color: Electric Purple. HEX triplet: C5, 18 and ED. RGB value is (197,24,237). Sum of RGB (Red+Green+Blue) = 197+24+237=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 24 (9.77% from 255 or 5.24% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #C518ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C518ED is #3AE712. Grayscale: #636363. Windows color (decimal): -3860243 or 15538373. OLE color: 15538373.
HSL color Cylindrical-coordinate representation of color #C518ED: hue angle of 288.73º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C518ED is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 24 | 237 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.07 |
| HSL | 288.73º | 0.86% | 0.51% | - |
| HSV(B) | 288.73º | 0.9% | 0.93% | - |
| XYZ | 38.64 | 18.64 | 81.68 | - |
| YUV | 100.01 | 205.31 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 237 | 0.17 | 0.90 | 0 | 0.07 | 288.73 | 0.86 | 0.51 |
| Hex | C5 | 18 | ED | 11 | 5A | 0 | 7 | 121 | 56 | 33 |
| Octal | 305 | 30 | 355 | 21 | 132 | 0 | 7 | 441 | 126 | 63 |
| Binary | 11000101 | 11000 | 11101101 | 10001 | 1011010 | 0 | 111 | 100100001 | 1010110 | 110011 |
Color Harmonies of #C518ED
Complementary color
Monochromatic Colors of #C518ED
Black with #C518ED
Text Example
Text Example
White with #C518ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518ED; }
p { color: rgb(197,24,237); }
H1.HeaderClassName
{
color: #C518ED;
}
.AnyTagClassName
{
color: #C518ED;
}
</style>
background-color css
<style>
a { background-color: #C518ED; }
a { background-color: rgb(197,24,237); }
div.DivClassName
{
background-color: #C518ED;
}
.BgClassName
{
background-color: #C518ED;
}
</style>
border-color css
<style>
span { border-color: #C518ED; }
span { border-color: rgb(197,24,237); }
td.TdClassName
{
border-color: #C518ED;
}
.TagClassName
{
border-color: #C518ED;
}
</style>