Shades of Electric Purple #C516FA
Tints of Electric Purple #C516FA
RGB
CMYK
RGB Variations
Color information
#C516FA (or 0xC516FA) is known color: Electric Purple. HEX triplet: C5, 16 and FA. RGB value is (197,22,250). Sum of RGB (Red+Green+Blue) = 197+22+250=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #C516FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C516FA is #3AE905. Grayscale: #636363. Windows color (decimal): -3860742 or 16389829. OLE color: 16389829.
HSL color Cylindrical-coordinate representation of color #C516FA: hue angle of 286.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C516FA is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 22 | 250 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.02 |
| HSL | 286.05º | 0.96% | 0.53% | - |
| HSV(B) | 286.05º | 0.91% | 0.98% | - |
| XYZ | 40.57 | 19.35 | 92.04 | - |
| YUV | 100.32 | 212.48 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 250 | 0.21 | 0.91 | 0 | 0.02 | 286.05 | 0.96 | 0.53 |
| Hex | C5 | 16 | FA | 15 | 5B | 0 | 2 | 11E | 60 | 35 |
| Octal | 305 | 26 | 372 | 25 | 133 | 0 | 2 | 436 | 140 | 65 |
| Binary | 11000101 | 10110 | 11111010 | 10101 | 1011011 | 0 | 10 | 100011110 | 1100000 | 110101 |
Color Harmonies of #C516FA
Complementary color
Monochromatic Colors of #C516FA
Black with #C516FA
Text Example
Text Example
White with #C516FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C516FA; }
p { color: rgb(197,22,250); }
H1.HeaderClassName
{
color: #C516FA;
}
.AnyTagClassName
{
color: #C516FA;
}
</style>
background-color css
<style>
a { background-color: #C516FA; }
a { background-color: rgb(197,22,250); }
div.DivClassName
{
background-color: #C516FA;
}
.BgClassName
{
background-color: #C516FA;
}
</style>
border-color css
<style>
span { border-color: #C516FA; }
span { border-color: rgb(197,22,250); }
td.TdClassName
{
border-color: #C516FA;
}
.TagClassName
{
border-color: #C516FA;
}
</style>