Shades of Electric Purple #C115EE
Tints of Electric Purple #C115EE
RGB
CMYK
RGB Variations
Color information
#C115EE (or 0xC115EE) is known color: Electric Purple. HEX triplet: C1, 15 and EE. RGB value is (193,21,238). Sum of RGB (Red+Green+Blue) = 193+21+238=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #C115EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C115EE is #3EEA11. Grayscale: #606060. Windows color (decimal): -4123154 or 15603137. OLE color: 15603137.
HSL color Cylindrical-coordinate representation of color #C115EE: hue angle of 287.56º 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 #C115EE is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 21 | 238 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.07 |
| HSL | 287.56º | 0.86% | 0.51% | - |
| HSV(B) | 287.56º | 0.91% | 0.93% | - |
| XYZ | 37.69 | 18.05 | 82.39 | - |
| YUV | 97.17 | 207.48 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 238 | 0.19 | 0.91 | 0 | 0.07 | 287.56 | 0.86 | 0.51 |
| Hex | C1 | 15 | EE | 13 | 5B | 0 | 7 | 120 | 56 | 33 |
| Octal | 301 | 25 | 356 | 23 | 133 | 0 | 7 | 440 | 126 | 63 |
| Binary | 11000001 | 10101 | 11101110 | 10011 | 1011011 | 0 | 111 | 100100000 | 1010110 | 110011 |
Color Harmonies of #C115EE
Complementary color
Monochromatic Colors of #C115EE
Black with #C115EE
Text Example
Text Example
White with #C115EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115EE; }
p { color: rgb(193,21,238); }
H1.HeaderClassName
{
color: #C115EE;
}
.AnyTagClassName
{
color: #C115EE;
}
</style>
background-color css
<style>
a { background-color: #C115EE; }
a { background-color: rgb(193,21,238); }
div.DivClassName
{
background-color: #C115EE;
}
.BgClassName
{
background-color: #C115EE;
}
</style>
border-color css
<style>
span { border-color: #C115EE; }
span { border-color: rgb(193,21,238); }
td.TdClassName
{
border-color: #C115EE;
}
.TagClassName
{
border-color: #C115EE;
}
</style>