Shades of Electric Purple #C51EEE
Tints of Electric Purple #C51EEE
RGB
CMYK
RGB Variations
Color information
#C51EEE (or 0xC51EEE) is known color: Electric Purple. HEX triplet: C5, 1E and EE. RGB value is (197,30,238). Sum of RGB (Red+Green+Blue) = 197+30+238=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #C51EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51EEE is #3AE111. Grayscale: #666666. Windows color (decimal): -3858706 or 15605445. OLE color: 15605445.
HSL color Cylindrical-coordinate representation of color #C51EEE: hue angle of 288.17º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51EEE is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 30 | 238 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.07 |
| HSL | 288.17º | 0.86% | 0.53% | - |
| HSV(B) | 288.17º | 0.87% | 0.93% | - |
| XYZ | 38.92 | 18.97 | 82.5 | - |
| YUV | 103.65 | 203.83 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 238 | 0.17 | 0.87 | 0 | 0.07 | 288.17 | 0.86 | 0.53 |
| Hex | C5 | 1E | EE | 11 | 57 | 0 | 7 | 120 | 56 | 35 |
| Octal | 305 | 36 | 356 | 21 | 127 | 0 | 7 | 440 | 126 | 65 |
| Binary | 11000101 | 11110 | 11101110 | 10001 | 1010111 | 0 | 111 | 100100000 | 1010110 | 110101 |
Color Harmonies of #C51EEE
Complementary color
Monochromatic Colors of #C51EEE
Black with #C51EEE
Text Example
Text Example
White with #C51EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51EEE; }
p { color: rgb(197,30,238); }
H1.HeaderClassName
{
color: #C51EEE;
}
.AnyTagClassName
{
color: #C51EEE;
}
</style>
background-color css
<style>
a { background-color: #C51EEE; }
a { background-color: rgb(197,30,238); }
div.DivClassName
{
background-color: #C51EEE;
}
.BgClassName
{
background-color: #C51EEE;
}
</style>
border-color css
<style>
span { border-color: #C51EEE; }
span { border-color: rgb(197,30,238); }
td.TdClassName
{
border-color: #C51EEE;
}
.TagClassName
{
border-color: #C51EEE;
}
</style>