Shades of Electric Purple #C70EED
Tints of Electric Purple #C70EED
RGB
CMYK
RGB Variations
Color information
#C70EED (or 0xC70EED) is known color: Electric Purple. HEX triplet: C7, 0E and ED. RGB value is (199,14,237). Sum of RGB (Red+Green+Blue) = 199+14+237=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #C70EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70EED is #38F112. Grayscale: #5E5E5E. Windows color (decimal): -3731731 or 15535815. OLE color: 15535815.
HSL color Cylindrical-coordinate representation of color #C70EED: hue angle of 289.78º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70EED is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 14 | 237 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.07 |
| HSL | 289.78º | 0.89% | 0.49% | - |
| HSV(B) | 289.78º | 0.94% | 0.93% | - |
| XYZ | 39 | 18.57 | 81.65 | - |
| YUV | 94.74 | 208.29 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 237 | 0.16 | 0.94 | 0 | 0.07 | 289.78 | 0.89 | 0.49 |
| Hex | C7 | E | ED | 10 | 5E | 0 | 7 | 122 | 59 | 31 |
| Octal | 307 | 16 | 355 | 20 | 136 | 0 | 7 | 442 | 131 | 61 |
| Binary | 11000111 | 1110 | 11101101 | 10000 | 1011110 | 0 | 111 | 100100010 | 1011001 | 110001 |
Color Harmonies of #C70EED
Complementary color
Monochromatic Colors of #C70EED
Black with #C70EED
Text Example
Text Example
White with #C70EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EED; }
p { color: rgb(199,14,237); }
H1.HeaderClassName
{
color: #C70EED;
}
.AnyTagClassName
{
color: #C70EED;
}
</style>
background-color css
<style>
a { background-color: #C70EED; }
a { background-color: rgb(199,14,237); }
div.DivClassName
{
background-color: #C70EED;
}
.BgClassName
{
background-color: #C70EED;
}
</style>
border-color css
<style>
span { border-color: #C70EED; }
span { border-color: rgb(199,14,237); }
td.TdClassName
{
border-color: #C70EED;
}
.TagClassName
{
border-color: #C70EED;
}
</style>