Shades of Electric Purple #C518FC
Tints of Electric Purple #C518FC
RGB
CMYK
RGB Variations
Color information
#C518FC (or 0xC518FC) is known color: Electric Purple. HEX triplet: C5, 18 and FC. RGB value is (197,24,252). Sum of RGB (Red+Green+Blue) = 197+24+252=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 24 (9.77% from 255 or 5.07% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #C518FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C518FC is #3AE703. Grayscale: #646464. Windows color (decimal): -3860228 or 16521413. OLE color: 16521413.
HSL color Cylindrical-coordinate representation of color #C518FC: hue angle of 285.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C518FC is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 24 | 252 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.01 |
| HSL | 285.53º | 0.97% | 0.54% | - |
| HSV(B) | 285.53º | 0.9% | 0.99% | - |
| XYZ | 40.92 | 19.55 | 93.71 | - |
| YUV | 101.72 | 212.81 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 252 | 0.22 | 0.90 | 0 | 0.01 | 285.53 | 0.97 | 0.54 |
| Hex | C5 | 18 | FC | 16 | 5A | 0 | 1 | 11E | 61 | 36 |
| Octal | 305 | 30 | 374 | 26 | 132 | 0 | 1 | 436 | 141 | 66 |
| Binary | 11000101 | 11000 | 11111100 | 10110 | 1011010 | 0 | 1 | 100011110 | 1100001 | 110110 |
Color Harmonies of #C518FC
Complementary color
Monochromatic Colors of #C518FC
Black with #C518FC
Text Example
Text Example
White with #C518FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518FC; }
p { color: rgb(197,24,252); }
H1.HeaderClassName
{
color: #C518FC;
}
.AnyTagClassName
{
color: #C518FC;
}
</style>
background-color css
<style>
a { background-color: #C518FC; }
a { background-color: rgb(197,24,252); }
div.DivClassName
{
background-color: #C518FC;
}
.BgClassName
{
background-color: #C518FC;
}
</style>
border-color css
<style>
span { border-color: #C518FC; }
span { border-color: rgb(197,24,252); }
td.TdClassName
{
border-color: #C518FC;
}
.TagClassName
{
border-color: #C518FC;
}
</style>