Shades of Electric Purple #C50EFA
Tints of Electric Purple #C50EFA
RGB
CMYK
RGB Variations
Color information
#C50EFA (or 0xC50EFA) is known color: Electric Purple. HEX triplet: C5, 0E and FA. RGB value is (197,14,250). Sum of RGB (Red+Green+Blue) = 197+14+250=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #C50EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50EFA is #3AF105. Grayscale: #5E5E5E. Windows color (decimal): -3862790 or 16387781. OLE color: 16387781.
HSL color Cylindrical-coordinate representation of color #C50EFA: hue angle of 286.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50EFA is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 14 | 250 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.02 |
| HSL | 286.53º | 0.96% | 0.52% | - |
| HSV(B) | 286.53º | 0.94% | 0.98% | - |
| XYZ | 40.44 | 19.09 | 92 | - |
| YUV | 95.62 | 215.13 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 250 | 0.21 | 0.94 | 0 | 0.02 | 286.53 | 0.96 | 0.52 |
| Hex | C5 | E | FA | 15 | 5E | 0 | 2 | 11F | 60 | 34 |
| Octal | 305 | 16 | 372 | 25 | 136 | 0 | 2 | 437 | 140 | 64 |
| Binary | 11000101 | 1110 | 11111010 | 10101 | 1011110 | 0 | 10 | 100011111 | 1100000 | 110100 |
Color Harmonies of #C50EFA
Complementary color
Monochromatic Colors of #C50EFA
Black with #C50EFA
Text Example
Text Example
White with #C50EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EFA; }
p { color: rgb(197,14,250); }
H1.HeaderClassName
{
color: #C50EFA;
}
.AnyTagClassName
{
color: #C50EFA;
}
</style>
background-color css
<style>
a { background-color: #C50EFA; }
a { background-color: rgb(197,14,250); }
div.DivClassName
{
background-color: #C50EFA;
}
.BgClassName
{
background-color: #C50EFA;
}
</style>
border-color css
<style>
span { border-color: #C50EFA; }
span { border-color: rgb(197,14,250); }
td.TdClassName
{
border-color: #C50EFA;
}
.TagClassName
{
border-color: #C50EFA;
}
</style>