Shades of Electric Purple #C50DEB
Tints of Electric Purple #C50DEB
RGB
CMYK
RGB Variations
Color information
#C50DEB (or 0xC50DEB) is known color: Electric Purple. HEX triplet: C5, 0D and EB. RGB value is (197,13,235). Sum of RGB (Red+Green+Blue) = 197+13+235=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #C50DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50DEB is #3AF214. Grayscale: #5C5C5C. Windows color (decimal): -3863061 or 15404485. OLE color: 15404485.
HSL color Cylindrical-coordinate representation of color #C50DEB: hue angle of 289.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50DEB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 13 | 235 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.08 |
| HSL | 289.73º | 0.9% | 0.49% | - |
| HSV(B) | 289.73º | 0.94% | 0.92% | - |
| XYZ | 38.17 | 18.16 | 80.09 | - |
| YUV | 93.32 | 207.96 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 235 | 0.16 | 0.94 | 0 | 0.08 | 289.73 | 0.9 | 0.49 |
| Hex | C5 | D | EB | 10 | 5E | 0 | 8 | 122 | 5A | 31 |
| Octal | 305 | 15 | 353 | 20 | 136 | 0 | 10 | 442 | 132 | 61 |
| Binary | 11000101 | 1101 | 11101011 | 10000 | 1011110 | 0 | 1000 | 100100010 | 1011010 | 110001 |
Color Harmonies of #C50DEB
Complementary color
Monochromatic Colors of #C50DEB
Black with #C50DEB
Text Example
Text Example
White with #C50DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DEB; }
p { color: rgb(197,13,235); }
H1.HeaderClassName
{
color: #C50DEB;
}
.AnyTagClassName
{
color: #C50DEB;
}
</style>
background-color css
<style>
a { background-color: #C50DEB; }
a { background-color: rgb(197,13,235); }
div.DivClassName
{
background-color: #C50DEB;
}
.BgClassName
{
background-color: #C50DEB;
}
</style>
border-color css
<style>
span { border-color: #C50DEB; }
span { border-color: rgb(197,13,235); }
td.TdClassName
{
border-color: #C50DEB;
}
.TagClassName
{
border-color: #C50DEB;
}
</style>