Shades of Electric Purple #C818F6
Tints of Electric Purple #C818F6
RGB
CMYK
RGB Variations
Color information
#C818F6 (or 0xC818F6) is known color: Electric Purple. HEX triplet: C8, 18 and F6. RGB value is (200,24,246). Sum of RGB (Red+Green+Blue) = 200+24+246=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #C818F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C818F6 is #37E709. Grayscale: #656565. Windows color (decimal): -3663626 or 16128200. OLE color: 16128200.
HSL color Cylindrical-coordinate representation of color #C818F6: hue angle of 287.57º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C818F6 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 24 | 246 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.04 |
| HSL | 287.57º | 0.93% | 0.53% | - |
| HSV(B) | 287.57º | 0.9% | 0.96% | - |
| XYZ | 40.78 | 19.59 | 88.82 | - |
| YUV | 101.93 | 209.31 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 246 | 0.19 | 0.90 | 0 | 0.04 | 287.57 | 0.93 | 0.53 |
| Hex | C8 | 18 | F6 | 13 | 5A | 0 | 4 | 120 | 5C | 35 |
| Octal | 310 | 30 | 366 | 23 | 132 | 0 | 4 | 440 | 134 | 65 |
| Binary | 11001000 | 11000 | 11110110 | 10011 | 1011010 | 0 | 100 | 100100000 | 1011100 | 110101 |
Color Harmonies of #C818F6
Complementary color
Monochromatic Colors of #C818F6
Black with #C818F6
Text Example
Text Example
White with #C818F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818F6; }
p { color: rgb(200,24,246); }
H1.HeaderClassName
{
color: #C818F6;
}
.AnyTagClassName
{
color: #C818F6;
}
</style>
background-color css
<style>
a { background-color: #C818F6; }
a { background-color: rgb(200,24,246); }
div.DivClassName
{
background-color: #C818F6;
}
.BgClassName
{
background-color: #C818F6;
}
</style>
border-color css
<style>
span { border-color: #C818F6; }
span { border-color: rgb(200,24,246); }
td.TdClassName
{
border-color: #C818F6;
}
.TagClassName
{
border-color: #C818F6;
}
</style>