Shades of Electric Purple #C706EE
Tints of Electric Purple #C706EE
RGB
CMYK
RGB Variations
Color information
#C706EE (or 0xC706EE) is known color: Electric Purple. HEX triplet: C7, 06 and EE. RGB value is (199,6,238). Sum of RGB (Red+Green+Blue) = 199+6+238=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #C706EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C706EE is #38F911. Grayscale: #595959. Windows color (decimal): -3733778 or 15599303. OLE color: 15599303.
HSL color Cylindrical-coordinate representation of color #C706EE: hue angle of 289.91º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C706EE is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 6 | 238 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.07 |
| HSL | 289.91º | 0.95% | 0.48% | - |
| HSV(B) | 289.91º | 0.97% | 0.93% | - |
| XYZ | 39.05 | 18.45 | 82.39 | - |
| YUV | 90.16 | 211.44 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 238 | 0.16 | 0.97 | 0 | 0.07 | 289.91 | 0.95 | 0.48 |
| Hex | C7 | 6 | EE | 10 | 61 | 0 | 7 | 122 | 5F | 30 |
| Octal | 307 | 6 | 356 | 20 | 141 | 0 | 7 | 442 | 137 | 60 |
| Binary | 11000111 | 110 | 11101110 | 10000 | 1100001 | 0 | 111 | 100100010 | 1011111 | 110000 |
Color Harmonies of #C706EE
Complementary color
Monochromatic Colors of #C706EE
Black with #C706EE
Text Example
Text Example
White with #C706EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706EE; }
p { color: rgb(199,6,238); }
H1.HeaderClassName
{
color: #C706EE;
}
.AnyTagClassName
{
color: #C706EE;
}
</style>
background-color css
<style>
a { background-color: #C706EE; }
a { background-color: rgb(199,6,238); }
div.DivClassName
{
background-color: #C706EE;
}
.BgClassName
{
background-color: #C706EE;
}
</style>
border-color css
<style>
span { border-color: #C706EE; }
span { border-color: rgb(199,6,238); }
td.TdClassName
{
border-color: #C706EE;
}
.TagClassName
{
border-color: #C706EE;
}
</style>