Shades of Electric Purple #C706EA
Tints of Electric Purple #C706EA
RGB
CMYK
RGB Variations
Color information
#C706EA (or 0xC706EA) is known color: Electric Purple. HEX triplet: C7, 06 and EA. RGB value is (199,6,234). Sum of RGB (Red+Green+Blue) = 199+6+234=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #C706EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C706EA is #38F915. Grayscale: #585858. Windows color (decimal): -3733782 or 15337159. OLE color: 15337159.
HSL color Cylindrical-coordinate representation of color #C706EA: hue angle of 290.79º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C706EA is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 6 | 234 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.08 |
| HSL | 290.79º | 0.95% | 0.47% | - |
| HSV(B) | 290.79º | 0.97% | 0.92% | - |
| XYZ | 38.47 | 18.21 | 79.33 | - |
| YUV | 89.7 | 209.44 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 234 | 0.15 | 0.97 | 0 | 0.08 | 290.79 | 0.95 | 0.47 |
| Hex | C7 | 6 | EA | F | 61 | 0 | 8 | 123 | 5F | 2F |
| Octal | 307 | 6 | 352 | 17 | 141 | 0 | 10 | 443 | 137 | 57 |
| Binary | 11000111 | 110 | 11101010 | 1111 | 1100001 | 0 | 1000 | 100100011 | 1011111 | 101111 |
Color Harmonies of #C706EA
Complementary color
Monochromatic Colors of #C706EA
Black with #C706EA
Text Example
Text Example
White with #C706EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706EA; }
p { color: rgb(199,6,234); }
H1.HeaderClassName
{
color: #C706EA;
}
.AnyTagClassName
{
color: #C706EA;
}
</style>
background-color css
<style>
a { background-color: #C706EA; }
a { background-color: rgb(199,6,234); }
div.DivClassName
{
background-color: #C706EA;
}
.BgClassName
{
background-color: #C706EA;
}
</style>
border-color css
<style>
span { border-color: #C706EA; }
span { border-color: rgb(199,6,234); }
td.TdClassName
{
border-color: #C706EA;
}
.TagClassName
{
border-color: #C706EA;
}
</style>