Shades of Electric Purple #C115ED
Tints of Electric Purple #C115ED
RGB
CMYK
RGB Variations
Color information
#C115ED (or 0xC115ED) is known color: Electric Purple. HEX triplet: C1, 15 and ED. RGB value is (193,21,237). Sum of RGB (Red+Green+Blue) = 193+21+237=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 21 (8.59% from 255 or 4.66% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #C115ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C115ED is #3EEA12. Grayscale: #606060. Windows color (decimal): -4123155 or 15537601. OLE color: 15537601.
HSL color Cylindrical-coordinate representation of color #C115ED: hue angle of 287.78º 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 #C115ED is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 21 | 237 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.07 |
| HSL | 287.78º | 0.86% | 0.51% | - |
| HSV(B) | 287.78º | 0.91% | 0.93% | - |
| XYZ | 37.55 | 17.99 | 81.61 | - |
| YUV | 97.05 | 206.98 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 237 | 0.19 | 0.91 | 0 | 0.07 | 287.78 | 0.86 | 0.51 |
| Hex | C1 | 15 | ED | 13 | 5B | 0 | 7 | 120 | 56 | 33 |
| Octal | 301 | 25 | 355 | 23 | 133 | 0 | 7 | 440 | 126 | 63 |
| Binary | 11000001 | 10101 | 11101101 | 10011 | 1011011 | 0 | 111 | 100100000 | 1010110 | 110011 |
Color Harmonies of #C115ED
Complementary color
Monochromatic Colors of #C115ED
Black with #C115ED
Text Example
Text Example
White with #C115ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115ED; }
p { color: rgb(193,21,237); }
H1.HeaderClassName
{
color: #C115ED;
}
.AnyTagClassName
{
color: #C115ED;
}
</style>
background-color css
<style>
a { background-color: #C115ED; }
a { background-color: rgb(193,21,237); }
div.DivClassName
{
background-color: #C115ED;
}
.BgClassName
{
background-color: #C115ED;
}
</style>
border-color css
<style>
span { border-color: #C115ED; }
span { border-color: rgb(193,21,237); }
td.TdClassName
{
border-color: #C115ED;
}
.TagClassName
{
border-color: #C115ED;
}
</style>