Shades of Electric Purple #C700EC
Tints of Electric Purple #C700EC
RGB
CMYK
RGB Variations
Color information
#C700EC (or 0xC700EC) is known color: Electric Purple. HEX triplet: C7, 00 and EC. RGB value is (199,0,236). Sum of RGB (Red+Green+Blue) = 199+0+236=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #C700EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700EC is #38FF13. Grayscale: #555555. Windows color (decimal): -3735316 or 15466695. OLE color: 15466695.
HSL color Cylindrical-coordinate representation of color #C700EC: hue angle of 290.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700EC is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 0 | 236 | - |
| CMYK | 0.16 | 1 | 0 | 0.07 |
| HSL | 290.59º | 1% | 0.46% | - |
| HSV(B) | 290.59º | 1% | 0.93% | - |
| XYZ | 38.69 | 18.2 | 80.83 | - |
| YUV | 86.41 | 212.43 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 236 | 0.16 | 1 | 0 | 0.07 | 290.59 | 1 | 0.46 |
| Hex | C7 | 0 | EC | 10 | 64 | 0 | 7 | 123 | 64 | 2E |
| Octal | 307 | 0 | 354 | 20 | 144 | 0 | 7 | 443 | 144 | 56 |
| Binary | 11000111 | 0 | 11101100 | 10000 | 1100100 | 0 | 111 | 100100011 | 1100100 | 101110 |
Color Harmonies of #C700EC
Complementary color
Monochromatic Colors of #C700EC
Black with #C700EC
Text Example
Text Example
White with #C700EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700EC; }
p { color: rgb(199,0,236); }
H1.HeaderClassName
{
color: #C700EC;
}
.AnyTagClassName
{
color: #C700EC;
}
</style>
background-color css
<style>
a { background-color: #C700EC; }
a { background-color: rgb(199,0,236); }
div.DivClassName
{
background-color: #C700EC;
}
.BgClassName
{
background-color: #C700EC;
}
</style>
border-color css
<style>
span { border-color: #C700EC; }
span { border-color: rgb(199,0,236); }
td.TdClassName
{
border-color: #C700EC;
}
.TagClassName
{
border-color: #C700EC;
}
</style>