Shades of Electric Purple #C018FE
Tints of Electric Purple #C018FE
RGB
CMYK
RGB Variations
Color information
#C018FE (or 0xC018FE) is known color: Electric Purple. HEX triplet: C0, 18 and FE. RGB value is (192,24,254). Sum of RGB (Red+Green+Blue) = 192+24+254=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #C018FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018FE is #3FE701. Grayscale: #636363. Windows color (decimal): -4187906 or 16652480. OLE color: 16652480.
HSL color Cylindrical-coordinate representation of color #C018FE: hue angle of 283.83º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C018FE is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 24 | 254 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.00 |
| HSL | 283.83º | 0.99% | 0.55% | - |
| HSV(B) | 283.83º | 0.91% | 1% | - |
| XYZ | 39.95 | 19.02 | 95.33 | - |
| YUV | 100.45 | 214.66 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 254 | 0.24 | 0.91 | 0 | 0.00 | 283.83 | 0.99 | 0.55 |
| Hex | C0 | 18 | FE | 18 | 5B | 0 | 0 | 11C | 63 | 37 |
| Octal | 300 | 30 | 376 | 30 | 133 | 0 | 0 | 434 | 143 | 67 |
| Binary | 11000000 | 11000 | 11111110 | 11000 | 1011011 | 0 | 0 | 100011100 | 1100011 | 110111 |
Color Harmonies of #C018FE
Complementary color
Monochromatic Colors of #C018FE
Black with #C018FE
Text Example
Text Example
White with #C018FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018FE; }
p { color: rgb(192,24,254); }
H1.HeaderClassName
{
color: #C018FE;
}
.AnyTagClassName
{
color: #C018FE;
}
</style>
background-color css
<style>
a { background-color: #C018FE; }
a { background-color: rgb(192,24,254); }
div.DivClassName
{
background-color: #C018FE;
}
.BgClassName
{
background-color: #C018FE;
}
</style>
border-color css
<style>
span { border-color: #C018FE; }
span { border-color: rgb(192,24,254); }
td.TdClassName
{
border-color: #C018FE;
}
.TagClassName
{
border-color: #C018FE;
}
</style>