Shades of Electric Purple #C115EB
Tints of Electric Purple #C115EB
RGB
CMYK
RGB Variations
Color information
#C115EB (or 0xC115EB) is known color: Electric Purple. HEX triplet: C1, 15 and EB. RGB value is (193,21,235). Sum of RGB (Red+Green+Blue) = 193+21+235=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #C115EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C115EB is #3EEA14. Grayscale: #606060. Windows color (decimal): -4123157 or 15406529. OLE color: 15406529.
HSL color Cylindrical-coordinate representation of color #C115EB: hue angle of 288.22º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C115EB is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 21 | 235 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.08 |
| HSL | 288.22º | 0.84% | 0.5% | - |
| HSV(B) | 288.22º | 0.91% | 0.92% | - |
| XYZ | 37.26 | 17.87 | 80.08 | - |
| YUV | 96.82 | 205.98 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 235 | 0.18 | 0.91 | 0 | 0.08 | 288.22 | 0.84 | 0.5 |
| Hex | C1 | 15 | EB | 12 | 5B | 0 | 8 | 120 | 54 | 32 |
| Octal | 301 | 25 | 353 | 22 | 133 | 0 | 10 | 440 | 124 | 62 |
| Binary | 11000001 | 10101 | 11101011 | 10010 | 1011011 | 0 | 1000 | 100100000 | 1010100 | 110010 |
Color Harmonies of #C115EB
Complementary color
Monochromatic Colors of #C115EB
Black with #C115EB
Text Example
Text Example
White with #C115EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115EB; }
p { color: rgb(193,21,235); }
H1.HeaderClassName
{
color: #C115EB;
}
.AnyTagClassName
{
color: #C115EB;
}
</style>
background-color css
<style>
a { background-color: #C115EB; }
a { background-color: rgb(193,21,235); }
div.DivClassName
{
background-color: #C115EB;
}
.BgClassName
{
background-color: #C115EB;
}
</style>
border-color css
<style>
span { border-color: #C115EB; }
span { border-color: rgb(193,21,235); }
td.TdClassName
{
border-color: #C115EB;
}
.TagClassName
{
border-color: #C115EB;
}
</style>