Shades of Electric Purple #C018ED
Tints of Electric Purple #C018ED
RGB
CMYK
RGB Variations
Color information
#C018ED (or 0xC018ED) is known color: Electric Purple. HEX triplet: C0, 18 and ED. RGB value is (192,24,237). Sum of RGB (Red+Green+Blue) = 192+24+237=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #C018ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018ED is #3FE712. Grayscale: #616161. Windows color (decimal): -4187923 or 15538368. OLE color: 15538368.
HSL color Cylindrical-coordinate representation of color #C018ED: hue angle of 287.32º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C018ED is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 24 | 237 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.07 |
| HSL | 287.32º | 0.86% | 0.51% | - |
| HSV(B) | 287.32º | 0.9% | 0.93% | - |
| XYZ | 37.35 | 17.97 | 81.62 | - |
| YUV | 98.51 | 206.16 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 237 | 0.19 | 0.90 | 0 | 0.07 | 287.32 | 0.86 | 0.51 |
| Hex | C0 | 18 | ED | 13 | 5A | 0 | 7 | 11F | 56 | 33 |
| Octal | 300 | 30 | 355 | 23 | 132 | 0 | 7 | 437 | 126 | 63 |
| Binary | 11000000 | 11000 | 11101101 | 10011 | 1011010 | 0 | 111 | 100011111 | 1010110 | 110011 |
Color Harmonies of #C018ED
Complementary color
Monochromatic Colors of #C018ED
Black with #C018ED
Text Example
Text Example
White with #C018ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018ED; }
p { color: rgb(192,24,237); }
H1.HeaderClassName
{
color: #C018ED;
}
.AnyTagClassName
{
color: #C018ED;
}
</style>
background-color css
<style>
a { background-color: #C018ED; }
a { background-color: rgb(192,24,237); }
div.DivClassName
{
background-color: #C018ED;
}
.BgClassName
{
background-color: #C018ED;
}
</style>
border-color css
<style>
span { border-color: #C018ED; }
span { border-color: rgb(192,24,237); }
td.TdClassName
{
border-color: #C018ED;
}
.TagClassName
{
border-color: #C018ED;
}
</style>