Shades of Electric Purple #C515EE
Tints of Electric Purple #C515EE
RGB
CMYK
RGB Variations
Color information
#C515EE (or 0xC515EE) is known color: Electric Purple. HEX triplet: C5, 15 and EE. RGB value is (197,21,238). Sum of RGB (Red+Green+Blue) = 197+21+238=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #C515EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C515EE is #3AEA11. Grayscale: #616161. Windows color (decimal): -3861010 or 15603141. OLE color: 15603141.
HSL color Cylindrical-coordinate representation of color #C515EE: hue angle of 288.66º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C515EE is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 21 | 238 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.07 |
| HSL | 288.66º | 0.86% | 0.51% | - |
| HSV(B) | 288.66º | 0.91% | 0.93% | - |
| XYZ | 38.73 | 18.58 | 82.43 | - |
| YUV | 98.36 | 206.81 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 238 | 0.17 | 0.91 | 0 | 0.07 | 288.66 | 0.86 | 0.51 |
| Hex | C5 | 15 | EE | 11 | 5B | 0 | 7 | 121 | 56 | 33 |
| Octal | 305 | 25 | 356 | 21 | 133 | 0 | 7 | 441 | 126 | 63 |
| Binary | 11000101 | 10101 | 11101110 | 10001 | 1011011 | 0 | 111 | 100100001 | 1010110 | 110011 |
Color Harmonies of #C515EE
Complementary color
Monochromatic Colors of #C515EE
Black with #C515EE
Text Example
Text Example
White with #C515EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C515EE; }
p { color: rgb(197,21,238); }
H1.HeaderClassName
{
color: #C515EE;
}
.AnyTagClassName
{
color: #C515EE;
}
</style>
background-color css
<style>
a { background-color: #C515EE; }
a { background-color: rgb(197,21,238); }
div.DivClassName
{
background-color: #C515EE;
}
.BgClassName
{
background-color: #C515EE;
}
</style>
border-color css
<style>
span { border-color: #C515EE; }
span { border-color: rgb(197,21,238); }
td.TdClassName
{
border-color: #C515EE;
}
.TagClassName
{
border-color: #C515EE;
}
</style>