Shades of Electric Purple #C700ED
Tints of Electric Purple #C700ED
RGB
CMYK
RGB Variations
Color information
#C700ED (or 0xC700ED) is known color: Electric Purple. HEX triplet: C7, 00 and ED. RGB value is (199,0,237). Sum of RGB (Red+Green+Blue) = 199+0+237=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #C700ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700ED is #38FF12. Grayscale: #555555. Windows color (decimal): -3735315 or 15532231. OLE color: 15532231.
HSL color Cylindrical-coordinate representation of color #C700ED: hue angle of 290.38º 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 #C700ED is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 0 | 237 | - |
| CMYK | 0.16 | 1 | 0 | 0.07 |
| HSL | 290.38º | 1% | 0.46% | - |
| HSV(B) | 290.38º | 1% | 0.93% | - |
| XYZ | 38.84 | 18.26 | 81.6 | - |
| YUV | 86.52 | 212.93 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 237 | 0.16 | 1 | 0 | 0.07 | 290.38 | 1 | 0.46 |
| Hex | C7 | 0 | ED | 10 | 64 | 0 | 7 | 122 | 64 | 2E |
| Octal | 307 | 0 | 355 | 20 | 144 | 0 | 7 | 442 | 144 | 56 |
| Binary | 11000111 | 0 | 11101101 | 10000 | 1100100 | 0 | 111 | 100100010 | 1100100 | 101110 |
Color Harmonies of #C700ED
Complementary color
Monochromatic Colors of #C700ED
Black with #C700ED
Text Example
Text Example
White with #C700ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700ED; }
p { color: rgb(199,0,237); }
H1.HeaderClassName
{
color: #C700ED;
}
.AnyTagClassName
{
color: #C700ED;
}
</style>
background-color css
<style>
a { background-color: #C700ED; }
a { background-color: rgb(199,0,237); }
div.DivClassName
{
background-color: #C700ED;
}
.BgClassName
{
background-color: #C700ED;
}
</style>
border-color css
<style>
span { border-color: #C700ED; }
span { border-color: rgb(199,0,237); }
td.TdClassName
{
border-color: #C700ED;
}
.TagClassName
{
border-color: #C700ED;
}
</style>