Shades of Electric Purple #C516FF
Tints of Electric Purple #C516FF
RGB
CMYK
RGB Variations
Color information
#C516FF (or 0xC516FF) is known color: Electric Purple. HEX triplet: C5, 16 and FF. RGB value is (197,22,255). Sum of RGB (Red+Green+Blue) = 197+22+255=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #C516FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C516FF is #3AE900. Grayscale: #646464. Windows color (decimal): -3860737 or 16717509. OLE color: 16717509.
HSL color Cylindrical-coordinate representation of color #C516FF: hue angle of 285.06º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C516FF is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 22 | 255 | - |
| CMYK | 0.23 | 0.91 | 0 | 0 |
| HSL | 285.06º | 1% | 0.54% | - |
| HSV(B) | 285.06º | 0.91% | 1% | - |
| XYZ | 41.36 | 19.66 | 96.22 | - |
| YUV | 100.89 | 214.98 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 255 | 0.23 | 0.91 | 0 | 0 | 285.06 | 1 | 0.54 |
| Hex | C5 | 16 | FF | 17 | 5B | 0 | 0 | 11D | 64 | 36 |
| Octal | 305 | 26 | 377 | 27 | 133 | 0 | 0 | 435 | 144 | 66 |
| Binary | 11000101 | 10110 | 11111111 | 10111 | 1011011 | 0 | 0 | 100011101 | 1100100 | 110110 |
Color Harmonies of #C516FF
Complementary color
Monochromatic Colors of #C516FF
Black with #C516FF
Text Example
Text Example
White with #C516FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C516FF; }
p { color: rgb(197,22,255); }
H1.HeaderClassName
{
color: #C516FF;
}
.AnyTagClassName
{
color: #C516FF;
}
</style>
background-color css
<style>
a { background-color: #C516FF; }
a { background-color: rgb(197,22,255); }
div.DivClassName
{
background-color: #C516FF;
}
.BgClassName
{
background-color: #C516FF;
}
</style>
border-color css
<style>
span { border-color: #C516FF; }
span { border-color: rgb(197,22,255); }
td.TdClassName
{
border-color: #C516FF;
}
.TagClassName
{
border-color: #C516FF;
}
</style>