Shades of Electric Purple #C715EC
Tints of Electric Purple #C715EC
RGB
CMYK
RGB Variations
Color information
#C715EC (or 0xC715EC) is known color: Electric Purple. HEX triplet: C7, 15 and EC. RGB value is (199,21,236). Sum of RGB (Red+Green+Blue) = 199+21+236=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #C715EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C715EC is #38EA13. Grayscale: #626262. Windows color (decimal): -3729940 or 15472071. OLE color: 15472071.
HSL color Cylindrical-coordinate representation of color #C715EC: hue angle of 289.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C715EC is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 21 | 236 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.07 |
| HSL | 289.67º | 0.85% | 0.5% | - |
| HSV(B) | 289.67º | 0.91% | 0.93% | - |
| XYZ | 38.96 | 18.73 | 80.92 | - |
| YUV | 98.73 | 205.47 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 236 | 0.16 | 0.91 | 0 | 0.07 | 289.67 | 0.85 | 0.5 |
| Hex | C7 | 15 | EC | 10 | 5B | 0 | 7 | 122 | 55 | 32 |
| Octal | 307 | 25 | 354 | 20 | 133 | 0 | 7 | 442 | 125 | 62 |
| Binary | 11000111 | 10101 | 11101100 | 10000 | 1011011 | 0 | 111 | 100100010 | 1010101 | 110010 |
Color Harmonies of #C715EC
Complementary color
Monochromatic Colors of #C715EC
Black with #C715EC
Text Example
Text Example
White with #C715EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715EC; }
p { color: rgb(199,21,236); }
H1.HeaderClassName
{
color: #C715EC;
}
.AnyTagClassName
{
color: #C715EC;
}
</style>
background-color css
<style>
a { background-color: #C715EC; }
a { background-color: rgb(199,21,236); }
div.DivClassName
{
background-color: #C715EC;
}
.BgClassName
{
background-color: #C715EC;
}
</style>
border-color css
<style>
span { border-color: #C715EC; }
span { border-color: rgb(199,21,236); }
td.TdClassName
{
border-color: #C715EC;
}
.TagClassName
{
border-color: #C715EC;
}
</style>