Shades of Electric Purple #C51EFA
Tints of Electric Purple #C51EFA
RGB
CMYK
RGB Variations
Color information
#C51EFA (or 0xC51EFA) is known color: Electric Purple. HEX triplet: C5, 1E and FA. RGB value is (197,30,250). Sum of RGB (Red+Green+Blue) = 197+30+250=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #C51EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51EFA is #3AE105. Grayscale: #686868. Windows color (decimal): -3858694 or 16391877. OLE color: 16391877.
HSL color Cylindrical-coordinate representation of color #C51EFA: hue angle of 285.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51EFA is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 30 | 250 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.02 |
| HSL | 285.55º | 0.96% | 0.55% | - |
| HSV(B) | 285.55º | 0.88% | 0.98% | - |
| XYZ | 40.75 | 19.7 | 92.1 | - |
| YUV | 105.01 | 209.83 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 250 | 0.21 | 0.88 | 0 | 0.02 | 285.55 | 0.96 | 0.55 |
| Hex | C5 | 1E | FA | 15 | 58 | 0 | 2 | 11E | 60 | 37 |
| Octal | 305 | 36 | 372 | 25 | 130 | 0 | 2 | 436 | 140 | 67 |
| Binary | 11000101 | 11110 | 11111010 | 10101 | 1011000 | 0 | 10 | 100011110 | 1100000 | 110111 |
Color Harmonies of #C51EFA
Complementary color
Monochromatic Colors of #C51EFA
Black with #C51EFA
Text Example
Text Example
White with #C51EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51EFA; }
p { color: rgb(197,30,250); }
H1.HeaderClassName
{
color: #C51EFA;
}
.AnyTagClassName
{
color: #C51EFA;
}
</style>
background-color css
<style>
a { background-color: #C51EFA; }
a { background-color: rgb(197,30,250); }
div.DivClassName
{
background-color: #C51EFA;
}
.BgClassName
{
background-color: #C51EFA;
}
</style>
border-color css
<style>
span { border-color: #C51EFA; }
span { border-color: rgb(197,30,250); }
td.TdClassName
{
border-color: #C51EFA;
}
.TagClassName
{
border-color: #C51EFA;
}
</style>