Shades of Electric Purple #C51DF6
Tints of Electric Purple #C51DF6
RGB
CMYK
RGB Variations
Color information
#C51DF6 (or 0xC51DF6) is known color: Electric Purple. HEX triplet: C5, 1D and F6. RGB value is (197,29,246). Sum of RGB (Red+Green+Blue) = 197+29+246=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #C51DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51DF6 is #3AE209. Grayscale: #676767. Windows color (decimal): -3858954 or 16129477. OLE color: 16129477.
HSL color Cylindrical-coordinate representation of color #C51DF6: hue angle of 286.45º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51DF6 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 29 | 246 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.04 |
| HSL | 286.45º | 0.92% | 0.54% | - |
| HSV(B) | 286.45º | 0.88% | 0.96% | - |
| XYZ | 40.1 | 19.4 | 88.82 | - |
| YUV | 103.97 | 208.16 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 246 | 0.20 | 0.88 | 0 | 0.04 | 286.45 | 0.92 | 0.54 |
| Hex | C5 | 1D | F6 | 14 | 58 | 0 | 4 | 11E | 5C | 36 |
| Octal | 305 | 35 | 366 | 24 | 130 | 0 | 4 | 436 | 134 | 66 |
| Binary | 11000101 | 11101 | 11110110 | 10100 | 1011000 | 0 | 100 | 100011110 | 1011100 | 110110 |
Color Harmonies of #C51DF6
Complementary color
Monochromatic Colors of #C51DF6
Black with #C51DF6
Text Example
Text Example
White with #C51DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DF6; }
p { color: rgb(197,29,246); }
H1.HeaderClassName
{
color: #C51DF6;
}
.AnyTagClassName
{
color: #C51DF6;
}
</style>
background-color css
<style>
a { background-color: #C51DF6; }
a { background-color: rgb(197,29,246); }
div.DivClassName
{
background-color: #C51DF6;
}
.BgClassName
{
background-color: #C51DF6;
}
</style>
border-color css
<style>
span { border-color: #C51DF6; }
span { border-color: rgb(197,29,246); }
td.TdClassName
{
border-color: #C51DF6;
}
.TagClassName
{
border-color: #C51DF6;
}
</style>