Shades of Electric Purple #C018F7
Tints of Electric Purple #C018F7
RGB
CMYK
RGB Variations
Color information
#C018F7 (or 0xC018F7) is known color: Electric Purple. HEX triplet: C0, 18 and F7. RGB value is (192,24,247). Sum of RGB (Red+Green+Blue) = 192+24+247=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #C018F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018F7 is #3FE708. Grayscale: #626262. Windows color (decimal): -4187913 or 16193728. OLE color: 16193728.
HSL color Cylindrical-coordinate representation of color #C018F7: hue angle of 285.2º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C018F7 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 24 | 247 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.03 |
| HSL | 285.2º | 0.93% | 0.53% | - |
| HSV(B) | 285.2º | 0.9% | 0.97% | - |
| XYZ | 38.85 | 18.58 | 89.53 | - |
| YUV | 99.65 | 211.16 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 247 | 0.22 | 0.90 | 0 | 0.03 | 285.2 | 0.93 | 0.53 |
| Hex | C0 | 18 | F7 | 16 | 5A | 0 | 3 | 11D | 5D | 35 |
| Octal | 300 | 30 | 367 | 26 | 132 | 0 | 3 | 435 | 135 | 65 |
| Binary | 11000000 | 11000 | 11110111 | 10110 | 1011010 | 0 | 11 | 100011101 | 1011101 | 110101 |
Color Harmonies of #C018F7
Complementary color
Monochromatic Colors of #C018F7
Black with #C018F7
Text Example
Text Example
White with #C018F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018F7; }
p { color: rgb(192,24,247); }
H1.HeaderClassName
{
color: #C018F7;
}
.AnyTagClassName
{
color: #C018F7;
}
</style>
background-color css
<style>
a { background-color: #C018F7; }
a { background-color: rgb(192,24,247); }
div.DivClassName
{
background-color: #C018F7;
}
.BgClassName
{
background-color: #C018F7;
}
</style>
border-color css
<style>
span { border-color: #C018F7; }
span { border-color: rgb(192,24,247); }
td.TdClassName
{
border-color: #C018F7;
}
.TagClassName
{
border-color: #C018F7;
}
</style>