Shades of Electric Purple #C50DE6
Tints of Electric Purple #C50DE6
RGB
CMYK
RGB Variations
Color information
#C50DE6 (or 0xC50DE6) is known color: Electric Purple. HEX triplet: C5, 0D and E6. RGB value is (197,13,230). Sum of RGB (Red+Green+Blue) = 197+13+230=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #C50DE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50DE6 is #3AF219. Grayscale: #5C5C5C. Windows color (decimal): -3863066 or 15076805. OLE color: 15076805.
HSL color Cylindrical-coordinate representation of color #C50DE6: hue angle of 290.88º 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 #C50DE6 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 13 | 230 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.10 |
| HSL | 290.88º | 0.89% | 0.48% | - |
| HSV(B) | 290.88º | 0.94% | 0.9% | - |
| XYZ | 37.45 | 17.87 | 76.34 | - |
| YUV | 92.75 | 205.46 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 230 | 0.14 | 0.94 | 0 | 0.10 | 290.88 | 0.89 | 0.48 |
| Hex | C5 | D | E6 | E | 5E | 0 | A | 123 | 59 | 30 |
| Octal | 305 | 15 | 346 | 16 | 136 | 0 | 12 | 443 | 131 | 60 |
| Binary | 11000101 | 1101 | 11100110 | 1110 | 1011110 | 0 | 1010 | 100100011 | 1011001 | 110000 |
Color Harmonies of #C50DE6
Complementary color
Monochromatic Colors of #C50DE6
Black with #C50DE6
Text Example
Text Example
White with #C50DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DE6; }
p { color: rgb(197,13,230); }
H1.HeaderClassName
{
color: #C50DE6;
}
.AnyTagClassName
{
color: #C50DE6;
}
</style>
background-color css
<style>
a { background-color: #C50DE6; }
a { background-color: rgb(197,13,230); }
div.DivClassName
{
background-color: #C50DE6;
}
.BgClassName
{
background-color: #C50DE6;
}
</style>
border-color css
<style>
span { border-color: #C50DE6; }
span { border-color: rgb(197,13,230); }
td.TdClassName
{
border-color: #C50DE6;
}
.TagClassName
{
border-color: #C50DE6;
}
</style>