Shades of Electric Purple #C516EF
Tints of Electric Purple #C516EF
RGB
CMYK
RGB Variations
Color information
#C516EF (or 0xC516EF) is known color: Electric Purple. HEX triplet: C5, 16 and EF. RGB value is (197,22,239). Sum of RGB (Red+Green+Blue) = 197+22+239=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #C516EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C516EF is #3AE910. Grayscale: #626262. Windows color (decimal): -3860753 or 15668933. OLE color: 15668933.
HSL color Cylindrical-coordinate representation of color #C516EF: hue angle of 288.39º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C516EF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 22 | 239 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.06 |
| HSL | 288.39º | 0.87% | 0.51% | - |
| HSV(B) | 288.39º | 0.91% | 0.94% | - |
| XYZ | 38.89 | 18.68 | 83.22 | - |
| YUV | 99.06 | 206.98 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 239 | 0.18 | 0.91 | 0 | 0.06 | 288.39 | 0.87 | 0.51 |
| Hex | C5 | 16 | EF | 12 | 5B | 0 | 6 | 120 | 57 | 33 |
| Octal | 305 | 26 | 357 | 22 | 133 | 0 | 6 | 440 | 127 | 63 |
| Binary | 11000101 | 10110 | 11101111 | 10010 | 1011011 | 0 | 110 | 100100000 | 1010111 | 110011 |
Color Harmonies of #C516EF
Complementary color
Monochromatic Colors of #C516EF
Black with #C516EF
Text Example
Text Example
White with #C516EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C516EF; }
p { color: rgb(197,22,239); }
H1.HeaderClassName
{
color: #C516EF;
}
.AnyTagClassName
{
color: #C516EF;
}
</style>
background-color css
<style>
a { background-color: #C516EF; }
a { background-color: rgb(197,22,239); }
div.DivClassName
{
background-color: #C516EF;
}
.BgClassName
{
background-color: #C516EF;
}
</style>
border-color css
<style>
span { border-color: #C516EF; }
span { border-color: rgb(197,22,239); }
td.TdClassName
{
border-color: #C516EF;
}
.TagClassName
{
border-color: #C516EF;
}
</style>