Shades of Electric Purple #C918EE
Tints of Electric Purple #C918EE
RGB
CMYK
RGB Variations
Color information
#C918EE (or 0xC918EE) is known color: Electric Purple. HEX triplet: C9, 18 and EE. RGB value is (201,24,238). Sum of RGB (Red+Green+Blue) = 201+24+238=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #C918EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918EE is #36E711. Grayscale: #646464. Windows color (decimal): -3598098 or 15603913. OLE color: 15603913.
HSL color Cylindrical-coordinate representation of color #C918EE: hue angle of 289.63º 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 #C918EE is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 24 | 238 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.07 |
| HSL | 289.63º | 0.86% | 0.51% | - |
| HSV(B) | 289.63º | 0.9% | 0.93% | - |
| XYZ | 39.85 | 19.24 | 82.5 | - |
| YUV | 101.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 238 | 0.16 | 0.90 | 0 | 0.07 | 289.63 | 0.86 | 0.51 |
| Hex | C9 | 18 | EE | 10 | 5A | 0 | 7 | 122 | 56 | 33 |
| Octal | 311 | 30 | 356 | 20 | 132 | 0 | 7 | 442 | 126 | 63 |
| Binary | 11001001 | 11000 | 11101110 | 10000 | 1011010 | 0 | 111 | 100100010 | 1010110 | 110011 |
Color Harmonies of #C918EE
Complementary color
Monochromatic Colors of #C918EE
Black with #C918EE
Text Example
Text Example
White with #C918EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918EE; }
p { color: rgb(201,24,238); }
H1.HeaderClassName
{
color: #C918EE;
}
.AnyTagClassName
{
color: #C918EE;
}
</style>
background-color css
<style>
a { background-color: #C918EE; }
a { background-color: rgb(201,24,238); }
div.DivClassName
{
background-color: #C918EE;
}
.BgClassName
{
background-color: #C918EE;
}
</style>
border-color css
<style>
span { border-color: #C918EE; }
span { border-color: rgb(201,24,238); }
td.TdClassName
{
border-color: #C918EE;
}
.TagClassName
{
border-color: #C918EE;
}
</style>