Shades of Electric Purple #C50DEE
Tints of Electric Purple #C50DEE
RGB
CMYK
RGB Variations
Color information
#C50DEE (or 0xC50DEE) is known color: Electric Purple. HEX triplet: C5, 0D and EE. RGB value is (197,13,238). Sum of RGB (Red+Green+Blue) = 197+13+238=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #C50DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50DEE is #3AF211. Grayscale: #5C5C5C. Windows color (decimal): -3863058 or 15601093. OLE color: 15601093.
HSL color Cylindrical-coordinate representation of color #C50DEE: hue angle of 289.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50DEE is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 13 | 238 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.07 |
| HSL | 289.07º | 0.9% | 0.49% | - |
| HSV(B) | 289.07º | 0.95% | 0.93% | - |
| XYZ | 38.6 | 18.33 | 82.39 | - |
| YUV | 93.67 | 209.46 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 238 | 0.17 | 0.95 | 0 | 0.07 | 289.07 | 0.9 | 0.49 |
| Hex | C5 | D | EE | 11 | 5F | 0 | 7 | 121 | 5A | 31 |
| Octal | 305 | 15 | 356 | 21 | 137 | 0 | 7 | 441 | 132 | 61 |
| Binary | 11000101 | 1101 | 11101110 | 10001 | 1011111 | 0 | 111 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C50DEE
Complementary color
Monochromatic Colors of #C50DEE
Black with #C50DEE
Text Example
Text Example
White with #C50DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DEE; }
p { color: rgb(197,13,238); }
H1.HeaderClassName
{
color: #C50DEE;
}
.AnyTagClassName
{
color: #C50DEE;
}
</style>
background-color css
<style>
a { background-color: #C50DEE; }
a { background-color: rgb(197,13,238); }
div.DivClassName
{
background-color: #C50DEE;
}
.BgClassName
{
background-color: #C50DEE;
}
</style>
border-color css
<style>
span { border-color: #C50DEE; }
span { border-color: rgb(197,13,238); }
td.TdClassName
{
border-color: #C50DEE;
}
.TagClassName
{
border-color: #C50DEE;
}
</style>