Shades of Electric Purple #C716EC
Tints of Electric Purple #C716EC
RGB
CMYK
RGB Variations
Color information
#C716EC (or 0xC716EC) is known color: Electric Purple. HEX triplet: C7, 16 and EC. RGB value is (199,22,236). Sum of RGB (Red+Green+Blue) = 199+22+236=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #C716EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C716EC is #38E913. Grayscale: #626262. Windows color (decimal): -3729684 or 15472327. OLE color: 15472327.
HSL color Cylindrical-coordinate representation of color #C716EC: hue angle of 289.63º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C716EC is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 22 | 236 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.07 |
| HSL | 289.63º | 0.85% | 0.51% | - |
| HSV(B) | 289.63º | 0.91% | 0.93% | - |
| XYZ | 38.98 | 18.77 | 80.93 | - |
| YUV | 99.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 236 | 0.16 | 0.91 | 0 | 0.07 | 289.63 | 0.85 | 0.51 |
| Hex | C7 | 16 | EC | 10 | 5B | 0 | 7 | 122 | 55 | 33 |
| Octal | 307 | 26 | 354 | 20 | 133 | 0 | 7 | 442 | 125 | 63 |
| Binary | 11000111 | 10110 | 11101100 | 10000 | 1011011 | 0 | 111 | 100100010 | 1010101 | 110011 |
Color Harmonies of #C716EC
Complementary color
Monochromatic Colors of #C716EC
Black with #C716EC
Text Example
Text Example
White with #C716EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716EC; }
p { color: rgb(199,22,236); }
H1.HeaderClassName
{
color: #C716EC;
}
.AnyTagClassName
{
color: #C716EC;
}
</style>
background-color css
<style>
a { background-color: #C716EC; }
a { background-color: rgb(199,22,236); }
div.DivClassName
{
background-color: #C716EC;
}
.BgClassName
{
background-color: #C716EC;
}
</style>
border-color css
<style>
span { border-color: #C716EC; }
span { border-color: rgb(199,22,236); }
td.TdClassName
{
border-color: #C716EC;
}
.TagClassName
{
border-color: #C716EC;
}
</style>