Shades of Electric Purple #C718E7
Tints of Electric Purple #C718E7
RGB
CMYK
RGB Variations
Color information
#C718E7 (or 0xC718E7) is known color: Electric Purple. HEX triplet: C7, 18 and E7. RGB value is (199,24,231). Sum of RGB (Red+Green+Blue) = 199+24+231=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #C718E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C718E7 is #38E718. Grayscale: #636363. Windows color (decimal): -3729177 or 15145159. OLE color: 15145159.
HSL color Cylindrical-coordinate representation of color #C718E7: hue angle of 290.72º 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 #C718E7 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 24 | 231 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.09 |
| HSL | 290.72º | 0.81% | 0.5% | - |
| HSV(B) | 290.72º | 0.9% | 0.91% | - |
| XYZ | 38.3 | 18.56 | 77.17 | - |
| YUV | 99.92 | 201.98 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 231 | 0.14 | 0.90 | 0 | 0.09 | 290.72 | 0.81 | 0.5 |
| Hex | C7 | 18 | E7 | E | 5A | 0 | 9 | 123 | 51 | 32 |
| Octal | 307 | 30 | 347 | 16 | 132 | 0 | 11 | 443 | 121 | 62 |
| Binary | 11000111 | 11000 | 11100111 | 1110 | 1011010 | 0 | 1001 | 100100011 | 1010001 | 110010 |
Color Harmonies of #C718E7
Complementary color
Monochromatic Colors of #C718E7
Black with #C718E7
Text Example
Text Example
White with #C718E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718E7; }
p { color: rgb(199,24,231); }
H1.HeaderClassName
{
color: #C718E7;
}
.AnyTagClassName
{
color: #C718E7;
}
</style>
background-color css
<style>
a { background-color: #C718E7; }
a { background-color: rgb(199,24,231); }
div.DivClassName
{
background-color: #C718E7;
}
.BgClassName
{
background-color: #C718E7;
}
</style>
border-color css
<style>
span { border-color: #C718E7; }
span { border-color: rgb(199,24,231); }
td.TdClassName
{
border-color: #C718E7;
}
.TagClassName
{
border-color: #C718E7;
}
</style>