Shades of Electric Purple #C50DEA
Tints of Electric Purple #C50DEA
RGB
CMYK
RGB Variations
Color information
#C50DEA (or 0xC50DEA) is known color: Electric Purple. HEX triplet: C5, 0D and EA. RGB value is (197,13,234). Sum of RGB (Red+Green+Blue) = 197+13+234=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #C50DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50DEA is #3AF215. Grayscale: #5C5C5C. Windows color (decimal): -3863062 or 15338949. OLE color: 15338949.
HSL color Cylindrical-coordinate representation of color #C50DEA: hue angle of 289.95º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50DEA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 13 | 234 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.08 |
| HSL | 289.95º | 0.89% | 0.48% | - |
| HSV(B) | 289.95º | 0.94% | 0.92% | - |
| XYZ | 38.02 | 18.1 | 79.33 | - |
| YUV | 93.21 | 207.46 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 234 | 0.16 | 0.94 | 0 | 0.08 | 289.95 | 0.89 | 0.48 |
| Hex | C5 | D | EA | 10 | 5E | 0 | 8 | 122 | 59 | 30 |
| Octal | 305 | 15 | 352 | 20 | 136 | 0 | 10 | 442 | 131 | 60 |
| Binary | 11000101 | 1101 | 11101010 | 10000 | 1011110 | 0 | 1000 | 100100010 | 1011001 | 110000 |
Color Harmonies of #C50DEA
Complementary color
Monochromatic Colors of #C50DEA
Black with #C50DEA
Text Example
Text Example
White with #C50DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DEA; }
p { color: rgb(197,13,234); }
H1.HeaderClassName
{
color: #C50DEA;
}
.AnyTagClassName
{
color: #C50DEA;
}
</style>
background-color css
<style>
a { background-color: #C50DEA; }
a { background-color: rgb(197,13,234); }
div.DivClassName
{
background-color: #C50DEA;
}
.BgClassName
{
background-color: #C50DEA;
}
</style>
border-color css
<style>
span { border-color: #C50DEA; }
span { border-color: rgb(197,13,234); }
td.TdClassName
{
border-color: #C50DEA;
}
.TagClassName
{
border-color: #C50DEA;
}
</style>