Shades of Electric Purple #C702ED
Tints of Electric Purple #C702ED
RGB
CMYK
RGB Variations
Color information
#C702ED (or 0xC702ED) is known color: Electric Purple. HEX triplet: C7, 02 and ED. RGB value is (199,2,237). Sum of RGB (Red+Green+Blue) = 199+2+237=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #C702ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C702ED is #38FD12. Grayscale: #565656. Windows color (decimal): -3734803 or 15532743. OLE color: 15532743.
HSL color Cylindrical-coordinate representation of color #C702ED: hue angle of 290.3º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702ED is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 2 | 237 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.07 |
| HSL | 290.3º | 0.98% | 0.47% | - |
| HSV(B) | 290.3º | 0.99% | 0.93% | - |
| XYZ | 38.86 | 18.3 | 81.6 | - |
| YUV | 87.69 | 212.27 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 237 | 0.16 | 0.99 | 0 | 0.07 | 290.3 | 0.98 | 0.47 |
| Hex | C7 | 2 | ED | 10 | 63 | 0 | 7 | 122 | 62 | 2F |
| Octal | 307 | 2 | 355 | 20 | 143 | 0 | 7 | 442 | 142 | 57 |
| Binary | 11000111 | 10 | 11101101 | 10000 | 1100011 | 0 | 111 | 100100010 | 1100010 | 101111 |
Color Harmonies of #C702ED
Complementary color
Monochromatic Colors of #C702ED
Black with #C702ED
Text Example
Text Example
White with #C702ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702ED; }
p { color: rgb(199,2,237); }
H1.HeaderClassName
{
color: #C702ED;
}
.AnyTagClassName
{
color: #C702ED;
}
</style>
background-color css
<style>
a { background-color: #C702ED; }
a { background-color: rgb(199,2,237); }
div.DivClassName
{
background-color: #C702ED;
}
.BgClassName
{
background-color: #C702ED;
}
</style>
border-color css
<style>
span { border-color: #C702ED; }
span { border-color: rgb(199,2,237); }
td.TdClassName
{
border-color: #C702ED;
}
.TagClassName
{
border-color: #C702ED;
}
</style>