Shades of Electric Purple #C519FD
Tints of Electric Purple #C519FD
RGB
CMYK
RGB Variations
Color information
#C519FD (or 0xC519FD) is known color: Electric Purple. HEX triplet: C5, 19 and FD. RGB value is (197,25,253). Sum of RGB (Red+Green+Blue) = 197+25+253=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 25 (10.16% from 255 or 5.26% 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 #C519FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C519FD is #3AE602. Grayscale: #656565. Windows color (decimal): -3859971 or 16587205. OLE color: 16587205.
HSL color Cylindrical-coordinate representation of color #C519FD: hue angle of 285.26º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C519FD is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 25 | 253 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.01 |
| HSL | 285.26º | 0.98% | 0.55% | - |
| HSV(B) | 285.26º | 0.9% | 0.99% | - |
| XYZ | 41.1 | 19.66 | 94.56 | - |
| YUV | 102.42 | 212.98 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 253 | 0.22 | 0.90 | 0 | 0.01 | 285.26 | 0.98 | 0.55 |
| Hex | C5 | 19 | FD | 16 | 5A | 0 | 1 | 11D | 62 | 37 |
| Octal | 305 | 31 | 375 | 26 | 132 | 0 | 1 | 435 | 142 | 67 |
| Binary | 11000101 | 11001 | 11111101 | 10110 | 1011010 | 0 | 1 | 100011101 | 1100010 | 110111 |
Color Harmonies of #C519FD
Complementary color
Monochromatic Colors of #C519FD
Black with #C519FD
Text Example
Text Example
White with #C519FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519FD; }
p { color: rgb(197,25,253); }
H1.HeaderClassName
{
color: #C519FD;
}
.AnyTagClassName
{
color: #C519FD;
}
</style>
background-color css
<style>
a { background-color: #C519FD; }
a { background-color: rgb(197,25,253); }
div.DivClassName
{
background-color: #C519FD;
}
.BgClassName
{
background-color: #C519FD;
}
</style>
border-color css
<style>
span { border-color: #C519FD; }
span { border-color: rgb(197,25,253); }
td.TdClassName
{
border-color: #C519FD;
}
.TagClassName
{
border-color: #C519FD;
}
</style>