Shades of Electric Purple #C518FA
Tints of Electric Purple #C518FA
RGB
CMYK
RGB Variations
Color information
#C518FA (or 0xC518FA) is known color: Electric Purple. HEX triplet: C5, 18 and FA. RGB value is (197,24,250). Sum of RGB (Red+Green+Blue) = 197+24+250=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #C518FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C518FA is #3AE705. Grayscale: #646464. Windows color (decimal): -3860230 or 16390341. OLE color: 16390341.
HSL color Cylindrical-coordinate representation of color #C518FA: hue angle of 285.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C518FA is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 24 | 250 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.02 |
| HSL | 285.93º | 0.96% | 0.54% | - |
| HSV(B) | 285.93º | 0.9% | 0.98% | - |
| XYZ | 40.61 | 19.43 | 92.05 | - |
| YUV | 101.49 | 211.81 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 250 | 0.21 | 0.90 | 0 | 0.02 | 285.93 | 0.96 | 0.54 |
| Hex | C5 | 18 | FA | 15 | 5A | 0 | 2 | 11E | 60 | 36 |
| Octal | 305 | 30 | 372 | 25 | 132 | 0 | 2 | 436 | 140 | 66 |
| Binary | 11000101 | 11000 | 11111010 | 10101 | 1011010 | 0 | 10 | 100011110 | 1100000 | 110110 |
Color Harmonies of #C518FA
Complementary color
Monochromatic Colors of #C518FA
Black with #C518FA
Text Example
Text Example
White with #C518FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518FA; }
p { color: rgb(197,24,250); }
H1.HeaderClassName
{
color: #C518FA;
}
.AnyTagClassName
{
color: #C518FA;
}
</style>
background-color css
<style>
a { background-color: #C518FA; }
a { background-color: rgb(197,24,250); }
div.DivClassName
{
background-color: #C518FA;
}
.BgClassName
{
background-color: #C518FA;
}
</style>
border-color css
<style>
span { border-color: #C518FA; }
span { border-color: rgb(197,24,250); }
td.TdClassName
{
border-color: #C518FA;
}
.TagClassName
{
border-color: #C518FA;
}
</style>