Shades of Electric Purple #C700EB
Tints of Electric Purple #C700EB
RGB
CMYK
RGB Variations
Color information
#C700EB (or 0xC700EB) is known color: Electric Purple. HEX triplet: C7, 00 and EB. RGB value is (199,0,235). Sum of RGB (Red+Green+Blue) = 199+0+235=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #C700EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700EB is #38FF14. Grayscale: #555555. Windows color (decimal): -3735317 or 15401159. OLE color: 15401159.
HSL color Cylindrical-coordinate representation of color #C700EB: hue angle of 290.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700EB is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 0 | 235 | - |
| CMYK | 0.15 | 1 | 0 | 0.08 |
| HSL | 290.81º | 1% | 0.46% | - |
| HSV(B) | 290.81º | 1% | 0.92% | - |
| XYZ | 38.55 | 18.14 | 80.07 | - |
| YUV | 86.29 | 211.93 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 235 | 0.15 | 1 | 0 | 0.08 | 290.81 | 1 | 0.46 |
| Hex | C7 | 0 | EB | F | 64 | 0 | 8 | 123 | 64 | 2E |
| Octal | 307 | 0 | 353 | 17 | 144 | 0 | 10 | 443 | 144 | 56 |
| Binary | 11000111 | 0 | 11101011 | 1111 | 1100100 | 0 | 1000 | 100100011 | 1100100 | 101110 |
Color Harmonies of #C700EB
Complementary color
Monochromatic Colors of #C700EB
Black with #C700EB
Text Example
Text Example
White with #C700EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700EB; }
p { color: rgb(199,0,235); }
H1.HeaderClassName
{
color: #C700EB;
}
.AnyTagClassName
{
color: #C700EB;
}
</style>
background-color css
<style>
a { background-color: #C700EB; }
a { background-color: rgb(199,0,235); }
div.DivClassName
{
background-color: #C700EB;
}
.BgClassName
{
background-color: #C700EB;
}
</style>
border-color css
<style>
span { border-color: #C700EB; }
span { border-color: rgb(199,0,235); }
td.TdClassName
{
border-color: #C700EB;
}
.TagClassName
{
border-color: #C700EB;
}
</style>