Shades of Electric Purple #C50EE6
Tints of Electric Purple #C50EE6
RGB
CMYK
RGB Variations
Color information
#C50EE6 (or 0xC50EE6) is known color: Electric Purple. HEX triplet: C5, 0E and E6. RGB value is (197,14,230). Sum of RGB (Red+Green+Blue) = 197+14+230=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #C50EE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50EE6 is #3AF119. Grayscale: #5C5C5C. Windows color (decimal): -3862810 or 15077061. OLE color: 15077061.
HSL color Cylindrical-coordinate representation of color #C50EE6: hue angle of 290.83º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50EE6 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 14 | 230 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.10 |
| HSL | 290.83º | 0.89% | 0.48% | - |
| HSV(B) | 290.83º | 0.94% | 0.9% | - |
| XYZ | 37.47 | 17.9 | 76.34 | - |
| YUV | 93.34 | 205.13 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 230 | 0.14 | 0.94 | 0 | 0.10 | 290.83 | 0.89 | 0.48 |
| Hex | C5 | E | E6 | E | 5E | 0 | A | 123 | 59 | 30 |
| Octal | 305 | 16 | 346 | 16 | 136 | 0 | 12 | 443 | 131 | 60 |
| Binary | 11000101 | 1110 | 11100110 | 1110 | 1011110 | 0 | 1010 | 100100011 | 1011001 | 110000 |
Color Harmonies of #C50EE6
Complementary color
Monochromatic Colors of #C50EE6
Black with #C50EE6
Text Example
Text Example
White with #C50EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EE6; }
p { color: rgb(197,14,230); }
H1.HeaderClassName
{
color: #C50EE6;
}
.AnyTagClassName
{
color: #C50EE6;
}
</style>
background-color css
<style>
a { background-color: #C50EE6; }
a { background-color: rgb(197,14,230); }
div.DivClassName
{
background-color: #C50EE6;
}
.BgClassName
{
background-color: #C50EE6;
}
</style>
border-color css
<style>
span { border-color: #C50EE6; }
span { border-color: rgb(197,14,230); }
td.TdClassName
{
border-color: #C50EE6;
}
.TagClassName
{
border-color: #C50EE6;
}
</style>