Shades of Electric Purple #C510EC
Tints of Electric Purple #C510EC
RGB
CMYK
RGB Variations
Color information
#C510EC (or 0xC510EC) is known color: Electric Purple. HEX triplet: C5, 10 and EC. RGB value is (197,16,236). Sum of RGB (Red+Green+Blue) = 197+16+236=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #C510EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C510EC is #3AEF13. Grayscale: #5E5E5E. Windows color (decimal): -3862292 or 15470789. OLE color: 15470789.
HSL color Cylindrical-coordinate representation of color #C510EC: hue angle of 289.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C510EC is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 16 | 236 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.07 |
| HSL | 289.36º | 0.87% | 0.49% | - |
| HSV(B) | 289.36º | 0.93% | 0.93% | - |
| XYZ | 38.35 | 18.3 | 80.87 | - |
| YUV | 95.2 | 207.47 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 236 | 0.17 | 0.93 | 0 | 0.07 | 289.36 | 0.87 | 0.49 |
| Hex | C5 | 10 | EC | 11 | 5D | 0 | 7 | 121 | 57 | 31 |
| Octal | 305 | 20 | 354 | 21 | 135 | 0 | 7 | 441 | 127 | 61 |
| Binary | 11000101 | 10000 | 11101100 | 10001 | 1011101 | 0 | 111 | 100100001 | 1010111 | 110001 |
Color Harmonies of #C510EC
Complementary color
Monochromatic Colors of #C510EC
Black with #C510EC
Text Example
Text Example
White with #C510EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510EC; }
p { color: rgb(197,16,236); }
H1.HeaderClassName
{
color: #C510EC;
}
.AnyTagClassName
{
color: #C510EC;
}
</style>
background-color css
<style>
a { background-color: #C510EC; }
a { background-color: rgb(197,16,236); }
div.DivClassName
{
background-color: #C510EC;
}
.BgClassName
{
background-color: #C510EC;
}
</style>
border-color css
<style>
span { border-color: #C510EC; }
span { border-color: rgb(197,16,236); }
td.TdClassName
{
border-color: #C510EC;
}
.TagClassName
{
border-color: #C510EC;
}
</style>