Shades of Electric Purple #C115EF
Tints of Electric Purple #C115EF
RGB
CMYK
RGB Variations
Color information
#C115EF (or 0xC115EF) is known color: Electric Purple. HEX triplet: C1, 15 and EF. RGB value is (193,21,239). Sum of RGB (Red+Green+Blue) = 193+21+239=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #C115EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C115EF is #3EEA10. Grayscale: #606060. Windows color (decimal): -4123153 or 15668673. OLE color: 15668673.
HSL color Cylindrical-coordinate representation of color #C115EF: hue angle of 287.34º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C115EF is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 21 | 239 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.06 |
| HSL | 287.34º | 0.87% | 0.51% | - |
| HSV(B) | 287.34º | 0.91% | 0.94% | - |
| XYZ | 37.84 | 18.11 | 83.16 | - |
| YUV | 97.28 | 207.98 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 239 | 0.19 | 0.91 | 0 | 0.06 | 287.34 | 0.87 | 0.51 |
| Hex | C1 | 15 | EF | 13 | 5B | 0 | 6 | 11F | 57 | 33 |
| Octal | 301 | 25 | 357 | 23 | 133 | 0 | 6 | 437 | 127 | 63 |
| Binary | 11000001 | 10101 | 11101111 | 10011 | 1011011 | 0 | 110 | 100011111 | 1010111 | 110011 |
Color Harmonies of #C115EF
Complementary color
Monochromatic Colors of #C115EF
Black with #C115EF
Text Example
Text Example
White with #C115EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115EF; }
p { color: rgb(193,21,239); }
H1.HeaderClassName
{
color: #C115EF;
}
.AnyTagClassName
{
color: #C115EF;
}
</style>
background-color css
<style>
a { background-color: #C115EF; }
a { background-color: rgb(193,21,239); }
div.DivClassName
{
background-color: #C115EF;
}
.BgClassName
{
background-color: #C115EF;
}
</style>
border-color css
<style>
span { border-color: #C115EF; }
span { border-color: rgb(193,21,239); }
td.TdClassName
{
border-color: #C115EF;
}
.TagClassName
{
border-color: #C115EF;
}
</style>