Shades of Electric Purple #C716EB
Tints of Electric Purple #C716EB
RGB
CMYK
RGB Variations
Color information
#C716EB (or 0xC716EB) is known color: Electric Purple. HEX triplet: C7, 16 and EB. RGB value is (199,22,235). Sum of RGB (Red+Green+Blue) = 199+22+235=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 22 (8.98% from 255 or 4.82% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #C716EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C716EB is #38E914. Grayscale: #626262. Windows color (decimal): -3729685 or 15406791. OLE color: 15406791.
HSL color Cylindrical-coordinate representation of color #C716EB: hue angle of 289.86º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C716EB is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 22 | 235 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.08 |
| HSL | 289.86º | 0.84% | 0.5% | - |
| HSV(B) | 289.86º | 0.91% | 0.92% | - |
| XYZ | 38.84 | 18.71 | 80.16 | - |
| YUV | 99.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 235 | 0.15 | 0.91 | 0 | 0.08 | 289.86 | 0.84 | 0.5 |
| Hex | C7 | 16 | EB | F | 5B | 0 | 8 | 122 | 54 | 32 |
| Octal | 307 | 26 | 353 | 17 | 133 | 0 | 10 | 442 | 124 | 62 |
| Binary | 11000111 | 10110 | 11101011 | 1111 | 1011011 | 0 | 1000 | 100100010 | 1010100 | 110010 |
Color Harmonies of #C716EB
Complementary color
Monochromatic Colors of #C716EB
Black with #C716EB
Text Example
Text Example
White with #C716EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716EB; }
p { color: rgb(199,22,235); }
H1.HeaderClassName
{
color: #C716EB;
}
.AnyTagClassName
{
color: #C716EB;
}
</style>
background-color css
<style>
a { background-color: #C716EB; }
a { background-color: rgb(199,22,235); }
div.DivClassName
{
background-color: #C716EB;
}
.BgClassName
{
background-color: #C716EB;
}
</style>
border-color css
<style>
span { border-color: #C716EB; }
span { border-color: rgb(199,22,235); }
td.TdClassName
{
border-color: #C716EB;
}
.TagClassName
{
border-color: #C716EB;
}
</style>