Shades of Electric Purple #C918ED
Tints of Electric Purple #C918ED
RGB
CMYK
RGB Variations
Color information
#C918ED (or 0xC918ED) is known color: Electric Purple. HEX triplet: C9, 18 and ED. RGB value is (201,24,237). Sum of RGB (Red+Green+Blue) = 201+24+237=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #C918ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918ED is #36E712. Grayscale: #646464. Windows color (decimal): -3598099 or 15538377. OLE color: 15538377.
HSL color Cylindrical-coordinate representation of color #C918ED: hue angle of 289.86º 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 #C918ED is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 24 | 237 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.07 |
| HSL | 289.86º | 0.86% | 0.51% | - |
| HSV(B) | 289.86º | 0.9% | 0.93% | - |
| XYZ | 39.7 | 19.19 | 81.73 | - |
| YUV | 101.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 237 | 0.15 | 0.90 | 0 | 0.07 | 289.86 | 0.86 | 0.51 |
| Hex | C9 | 18 | ED | F | 5A | 0 | 7 | 122 | 56 | 33 |
| Octal | 311 | 30 | 355 | 17 | 132 | 0 | 7 | 442 | 126 | 63 |
| Binary | 11001001 | 11000 | 11101101 | 1111 | 1011010 | 0 | 111 | 100100010 | 1010110 | 110011 |
Color Harmonies of #C918ED
Complementary color
Monochromatic Colors of #C918ED
Black with #C918ED
Text Example
Text Example
White with #C918ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918ED; }
p { color: rgb(201,24,237); }
H1.HeaderClassName
{
color: #C918ED;
}
.AnyTagClassName
{
color: #C918ED;
}
</style>
background-color css
<style>
a { background-color: #C918ED; }
a { background-color: rgb(201,24,237); }
div.DivClassName
{
background-color: #C918ED;
}
.BgClassName
{
background-color: #C918ED;
}
</style>
border-color css
<style>
span { border-color: #C918ED; }
span { border-color: rgb(201,24,237); }
td.TdClassName
{
border-color: #C918ED;
}
.TagClassName
{
border-color: #C918ED;
}
</style>