Shades of Electric Purple #C70CEB
Tints of Electric Purple #C70CEB
RGB
CMYK
RGB Variations
Color information
#C70CEB (or 0xC70CEB) is known color: Electric Purple. HEX triplet: C7, 0C and EB. RGB value is (199,12,235). Sum of RGB (Red+Green+Blue) = 199+12+235=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #C70CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70CEB is #38F314. Grayscale: #5C5C5C. Windows color (decimal): -3732245 or 15404231. OLE color: 15404231.
HSL color Cylindrical-coordinate representation of color #C70CEB: hue angle of 290.31º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70CEB is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 12 | 235 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.08 |
| HSL | 290.31º | 0.9% | 0.48% | - |
| HSV(B) | 290.31º | 0.95% | 0.92% | - |
| XYZ | 38.68 | 18.4 | 80.11 | - |
| YUV | 93.34 | 207.95 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 235 | 0.15 | 0.95 | 0 | 0.08 | 290.31 | 0.9 | 0.48 |
| Hex | C7 | C | EB | F | 5F | 0 | 8 | 122 | 5A | 30 |
| Octal | 307 | 14 | 353 | 17 | 137 | 0 | 10 | 442 | 132 | 60 |
| Binary | 11000111 | 1100 | 11101011 | 1111 | 1011111 | 0 | 1000 | 100100010 | 1011010 | 110000 |
Color Harmonies of #C70CEB
Complementary color
Monochromatic Colors of #C70CEB
Black with #C70CEB
Text Example
Text Example
White with #C70CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CEB; }
p { color: rgb(199,12,235); }
H1.HeaderClassName
{
color: #C70CEB;
}
.AnyTagClassName
{
color: #C70CEB;
}
</style>
background-color css
<style>
a { background-color: #C70CEB; }
a { background-color: rgb(199,12,235); }
div.DivClassName
{
background-color: #C70CEB;
}
.BgClassName
{
background-color: #C70CEB;
}
</style>
border-color css
<style>
span { border-color: #C70CEB; }
span { border-color: rgb(199,12,235); }
td.TdClassName
{
border-color: #C70CEB;
}
.TagClassName
{
border-color: #C70CEB;
}
</style>