Shades of Electric Purple #C018EB
Tints of Electric Purple #C018EB
RGB
CMYK
RGB Variations
Color information
#C018EB (or 0xC018EB) is known color: Electric Purple. HEX triplet: C0, 18 and EB. RGB value is (192,24,235). Sum of RGB (Red+Green+Blue) = 192+24+235=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #C018EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018EB is #3FE714. Grayscale: #616161. Windows color (decimal): -4187925 or 15407296. OLE color: 15407296.
HSL color Cylindrical-coordinate representation of color #C018EB: hue angle of 287.77º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C018EB is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 24 | 235 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.08 |
| HSL | 287.77º | 0.84% | 0.51% | - |
| HSV(B) | 287.77º | 0.9% | 0.92% | - |
| XYZ | 37.06 | 17.86 | 80.09 | - |
| YUV | 98.29 | 205.16 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 235 | 0.18 | 0.90 | 0 | 0.08 | 287.77 | 0.84 | 0.51 |
| Hex | C0 | 18 | EB | 12 | 5A | 0 | 8 | 120 | 54 | 33 |
| Octal | 300 | 30 | 353 | 22 | 132 | 0 | 10 | 440 | 124 | 63 |
| Binary | 11000000 | 11000 | 11101011 | 10010 | 1011010 | 0 | 1000 | 100100000 | 1010100 | 110011 |
Color Harmonies of #C018EB
Complementary color
Monochromatic Colors of #C018EB
Black with #C018EB
Text Example
Text Example
White with #C018EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018EB; }
p { color: rgb(192,24,235); }
H1.HeaderClassName
{
color: #C018EB;
}
.AnyTagClassName
{
color: #C018EB;
}
</style>
background-color css
<style>
a { background-color: #C018EB; }
a { background-color: rgb(192,24,235); }
div.DivClassName
{
background-color: #C018EB;
}
.BgClassName
{
background-color: #C018EB;
}
</style>
border-color css
<style>
span { border-color: #C018EB; }
span { border-color: rgb(192,24,235); }
td.TdClassName
{
border-color: #C018EB;
}
.TagClassName
{
border-color: #C018EB;
}
</style>