Shades of Electric Purple #C708EC
Tints of Electric Purple #C708EC
RGB
CMYK
RGB Variations
Color information
#C708EC (or 0xC708EC) is known color: Electric Purple. HEX triplet: C7, 08 and EC. RGB value is (199,8,236). Sum of RGB (Red+Green+Blue) = 199+8+236=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #C708EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C708EC is #38F713. Grayscale: #5A5A5A. Windows color (decimal): -3733268 or 15468743. OLE color: 15468743.
HSL color Cylindrical-coordinate representation of color #C708EC: hue angle of 290.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C708EC is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 8 | 236 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.07 |
| HSL | 290.26º | 0.93% | 0.48% | - |
| HSV(B) | 290.26º | 0.97% | 0.93% | - |
| XYZ | 38.78 | 18.37 | 80.86 | - |
| YUV | 91.1 | 209.78 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 236 | 0.16 | 0.97 | 0 | 0.07 | 290.26 | 0.93 | 0.48 |
| Hex | C7 | 8 | EC | 10 | 61 | 0 | 7 | 122 | 5D | 30 |
| Octal | 307 | 10 | 354 | 20 | 141 | 0 | 7 | 442 | 135 | 60 |
| Binary | 11000111 | 1000 | 11101100 | 10000 | 1100001 | 0 | 111 | 100100010 | 1011101 | 110000 |
Color Harmonies of #C708EC
Complementary color
Monochromatic Colors of #C708EC
Black with #C708EC
Text Example
Text Example
White with #C708EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708EC; }
p { color: rgb(199,8,236); }
H1.HeaderClassName
{
color: #C708EC;
}
.AnyTagClassName
{
color: #C708EC;
}
</style>
background-color css
<style>
a { background-color: #C708EC; }
a { background-color: rgb(199,8,236); }
div.DivClassName
{
background-color: #C708EC;
}
.BgClassName
{
background-color: #C708EC;
}
</style>
border-color css
<style>
span { border-color: #C708EC; }
span { border-color: rgb(199,8,236); }
td.TdClassName
{
border-color: #C708EC;
}
.TagClassName
{
border-color: #C708EC;
}
</style>