Shades of Electric Purple #C706FA
Tints of Electric Purple #C706FA
RGB
CMYK
RGB Variations
Color information
#C706FA (or 0xC706FA) is known color: Electric Purple. HEX triplet: C7, 06 and FA. RGB value is (199,6,250). Sum of RGB (Red+Green+Blue) = 199+6+250=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #C706FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C706FA is #38F905. Grayscale: #5A5A5A. Windows color (decimal): -3733766 or 16385735. OLE color: 16385735.
HSL color Cylindrical-coordinate representation of color #C706FA: hue angle of 287.46º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C706FA is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 6 | 250 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.02 |
| HSL | 287.46º | 0.96% | 0.5% | - |
| HSV(B) | 287.46º | 0.98% | 0.98% | - |
| XYZ | 40.87 | 19.17 | 91.99 | - |
| YUV | 91.52 | 217.44 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 250 | 0.20 | 0.98 | 0 | 0.02 | 287.46 | 0.96 | 0.5 |
| Hex | C7 | 6 | FA | 14 | 62 | 0 | 2 | 11F | 60 | 32 |
| Octal | 307 | 6 | 372 | 24 | 142 | 0 | 2 | 437 | 140 | 62 |
| Binary | 11000111 | 110 | 11111010 | 10100 | 1100010 | 0 | 10 | 100011111 | 1100000 | 110010 |
Color Harmonies of #C706FA
Complementary color
Monochromatic Colors of #C706FA
Black with #C706FA
Text Example
Text Example
White with #C706FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706FA; }
p { color: rgb(199,6,250); }
H1.HeaderClassName
{
color: #C706FA;
}
.AnyTagClassName
{
color: #C706FA;
}
</style>
background-color css
<style>
a { background-color: #C706FA; }
a { background-color: rgb(199,6,250); }
div.DivClassName
{
background-color: #C706FA;
}
.BgClassName
{
background-color: #C706FA;
}
</style>
border-color css
<style>
span { border-color: #C706FA; }
span { border-color: rgb(199,6,250); }
td.TdClassName
{
border-color: #C706FA;
}
.TagClassName
{
border-color: #C706FA;
}
</style>