Shades of Electric Purple #C918F6
Tints of Electric Purple #C918F6
RGB
CMYK
RGB Variations
Color information
#C918F6 (or 0xC918F6) is known color: Electric Purple. HEX triplet: C9, 18 and F6. RGB value is (201,24,246). Sum of RGB (Red+Green+Blue) = 201+24+246=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #C918F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918F6 is #36E709. Grayscale: #656565. Windows color (decimal): -3598090 or 16128201. OLE color: 16128201.
HSL color Cylindrical-coordinate representation of color #C918F6: hue angle of 287.84º 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 #C918F6 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 24 | 246 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.04 |
| HSL | 287.84º | 0.93% | 0.53% | - |
| HSV(B) | 287.84º | 0.9% | 0.96% | - |
| XYZ | 41.05 | 19.72 | 88.83 | - |
| YUV | 102.23 | 209.14 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 246 | 0.18 | 0.90 | 0 | 0.04 | 287.84 | 0.93 | 0.53 |
| Hex | C9 | 18 | F6 | 12 | 5A | 0 | 4 | 120 | 5C | 35 |
| Octal | 311 | 30 | 366 | 22 | 132 | 0 | 4 | 440 | 134 | 65 |
| Binary | 11001001 | 11000 | 11110110 | 10010 | 1011010 | 0 | 100 | 100100000 | 1011100 | 110101 |
Color Harmonies of #C918F6
Complementary color
Monochromatic Colors of #C918F6
Black with #C918F6
Text Example
Text Example
White with #C918F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918F6; }
p { color: rgb(201,24,246); }
H1.HeaderClassName
{
color: #C918F6;
}
.AnyTagClassName
{
color: #C918F6;
}
</style>
background-color css
<style>
a { background-color: #C918F6; }
a { background-color: rgb(201,24,246); }
div.DivClassName
{
background-color: #C918F6;
}
.BgClassName
{
background-color: #C918F6;
}
</style>
border-color css
<style>
span { border-color: #C918F6; }
span { border-color: rgb(201,24,246); }
td.TdClassName
{
border-color: #C918F6;
}
.TagClassName
{
border-color: #C918F6;
}
</style>