Shades of Electric Purple #C918E7
Tints of Electric Purple #C918E7
RGB
CMYK
RGB Variations
Color information
#C918E7 (or 0xC918E7) is known color: Electric Purple. HEX triplet: C9, 18 and E7. RGB value is (201,24,231). Sum of RGB (Red+Green+Blue) = 201+24+231=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #C918E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918E7 is #36E718. Grayscale: #636363. Windows color (decimal): -3598105 or 15145161. OLE color: 15145161.
HSL color Cylindrical-coordinate representation of color #C918E7: hue angle of 291.3º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C918E7 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 24 | 231 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.09 |
| HSL | 291.3º | 0.81% | 0.5% | - |
| HSV(B) | 291.3º | 0.9% | 0.91% | - |
| XYZ | 38.84 | 18.84 | 77.19 | - |
| YUV | 100.52 | 201.64 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 231 | 0.13 | 0.90 | 0 | 0.09 | 291.3 | 0.81 | 0.5 |
| Hex | C9 | 18 | E7 | D | 5A | 0 | 9 | 123 | 51 | 32 |
| Octal | 311 | 30 | 347 | 15 | 132 | 0 | 11 | 443 | 121 | 62 |
| Binary | 11001001 | 11000 | 11100111 | 1101 | 1011010 | 0 | 1001 | 100100011 | 1010001 | 110010 |
Color Harmonies of #C918E7
Complementary color
Monochromatic Colors of #C918E7
Black with #C918E7
Text Example
Text Example
White with #C918E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918E7; }
p { color: rgb(201,24,231); }
H1.HeaderClassName
{
color: #C918E7;
}
.AnyTagClassName
{
color: #C918E7;
}
</style>
background-color css
<style>
a { background-color: #C918E7; }
a { background-color: rgb(201,24,231); }
div.DivClassName
{
background-color: #C918E7;
}
.BgClassName
{
background-color: #C918E7;
}
</style>
border-color css
<style>
span { border-color: #C918E7; }
span { border-color: rgb(201,24,231); }
td.TdClassName
{
border-color: #C918E7;
}
.TagClassName
{
border-color: #C918E7;
}
</style>