Shades of Electric Purple #C514FA
Tints of Electric Purple #C514FA
RGB
CMYK
RGB Variations
Color information
#C514FA (or 0xC514FA) is known color: Electric Purple. HEX triplet: C5, 14 and FA. RGB value is (197,20,250). Sum of RGB (Red+Green+Blue) = 197+20+250=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #C514FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C514FA is #3AEB05. Grayscale: #626262. Windows color (decimal): -3861254 or 16389317. OLE color: 16389317.
HSL color Cylindrical-coordinate representation of color #C514FA: hue angle of 286.17º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C514FA is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 20 | 250 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.02 |
| HSL | 286.17º | 0.96% | 0.53% | - |
| HSV(B) | 286.17º | 0.92% | 0.98% | - |
| XYZ | 40.53 | 19.27 | 92.03 | - |
| YUV | 99.14 | 213.14 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 250 | 0.21 | 0.92 | 0 | 0.02 | 286.17 | 0.96 | 0.53 |
| Hex | C5 | 14 | FA | 15 | 5C | 0 | 2 | 11E | 60 | 35 |
| Octal | 305 | 24 | 372 | 25 | 134 | 0 | 2 | 436 | 140 | 65 |
| Binary | 11000101 | 10100 | 11111010 | 10101 | 1011100 | 0 | 10 | 100011110 | 1100000 | 110101 |
Color Harmonies of #C514FA
Complementary color
Monochromatic Colors of #C514FA
Black with #C514FA
Text Example
Text Example
White with #C514FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514FA; }
p { color: rgb(197,20,250); }
H1.HeaderClassName
{
color: #C514FA;
}
.AnyTagClassName
{
color: #C514FA;
}
</style>
background-color css
<style>
a { background-color: #C514FA; }
a { background-color: rgb(197,20,250); }
div.DivClassName
{
background-color: #C514FA;
}
.BgClassName
{
background-color: #C514FA;
}
</style>
border-color css
<style>
span { border-color: #C514FA; }
span { border-color: rgb(197,20,250); }
td.TdClassName
{
border-color: #C514FA;
}
.TagClassName
{
border-color: #C514FA;
}
</style>