Shades of Electric Purple #C514FE
Tints of Electric Purple #C514FE
RGB
CMYK
RGB Variations
Color information
#C514FE (or 0xC514FE) is known color: Electric Purple. HEX triplet: C5, 14 and FE. RGB value is (197,20,254). Sum of RGB (Red+Green+Blue) = 197+20+254=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #C514FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C514FE is #3AEB01. Grayscale: #626262. Windows color (decimal): -3861250 or 16651461. OLE color: 16651461.
HSL color Cylindrical-coordinate representation of color #C514FE: hue angle of 285.38º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C514FE is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 20 | 254 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.00 |
| HSL | 285.38º | 0.99% | 0.54% | - |
| HSV(B) | 285.38º | 0.92% | 1% | - |
| XYZ | 41.17 | 19.53 | 95.37 | - |
| YUV | 99.6 | 215.14 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 254 | 0.22 | 0.92 | 0 | 0.00 | 285.38 | 0.99 | 0.54 |
| Hex | C5 | 14 | FE | 16 | 5C | 0 | 0 | 11D | 63 | 36 |
| Octal | 305 | 24 | 376 | 26 | 134 | 0 | 0 | 435 | 143 | 66 |
| Binary | 11000101 | 10100 | 11111110 | 10110 | 1011100 | 0 | 0 | 100011101 | 1100011 | 110110 |
Color Harmonies of #C514FE
Complementary color
Monochromatic Colors of #C514FE
Black with #C514FE
Text Example
Text Example
White with #C514FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514FE; }
p { color: rgb(197,20,254); }
H1.HeaderClassName
{
color: #C514FE;
}
.AnyTagClassName
{
color: #C514FE;
}
</style>
background-color css
<style>
a { background-color: #C514FE; }
a { background-color: rgb(197,20,254); }
div.DivClassName
{
background-color: #C514FE;
}
.BgClassName
{
background-color: #C514FE;
}
</style>
border-color css
<style>
span { border-color: #C514FE; }
span { border-color: rgb(197,20,254); }
td.TdClassName
{
border-color: #C514FE;
}
.TagClassName
{
border-color: #C514FE;
}
</style>