Shades of Electric Purple #C706FF
Tints of Electric Purple #C706FF
RGB
CMYK
RGB Variations
Color information
#C706FF (or 0xC706FF) is known color: Electric Purple. HEX triplet: C7, 06 and FF. RGB value is (199,6,255). Sum of RGB (Red+Green+Blue) = 199+6+255=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 6 (2.73% from 255 or 1.30% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #C706FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C706FF is #38F900. Grayscale: #5B5B5B. Windows color (decimal): -3733761 or 16713415. OLE color: 16713415.
HSL color Cylindrical-coordinate representation of color #C706FF: hue angle of 286.51º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C706FF is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 6 | 255 | - |
| CMYK | 0.22 | 0.98 | 0 | 0 |
| HSL | 286.51º | 1% | 0.51% | - |
| HSV(B) | 286.51º | 0.98% | 1% | - |
| XYZ | 41.67 | 19.49 | 96.17 | - |
| YUV | 92.09 | 219.94 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 255 | 0.22 | 0.98 | 0 | 0 | 286.51 | 1 | 0.51 |
| Hex | C7 | 6 | FF | 16 | 62 | 0 | 0 | 11F | 64 | 33 |
| Octal | 307 | 6 | 377 | 26 | 142 | 0 | 0 | 437 | 144 | 63 |
| Binary | 11000111 | 110 | 11111111 | 10110 | 1100010 | 0 | 0 | 100011111 | 1100100 | 110011 |
Color Harmonies of #C706FF
Complementary color
Monochromatic Colors of #C706FF
Black with #C706FF
Text Example
Text Example
White with #C706FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706FF; }
p { color: rgb(199,6,255); }
H1.HeaderClassName
{
color: #C706FF;
}
.AnyTagClassName
{
color: #C706FF;
}
</style>
background-color css
<style>
a { background-color: #C706FF; }
a { background-color: rgb(199,6,255); }
div.DivClassName
{
background-color: #C706FF;
}
.BgClassName
{
background-color: #C706FF;
}
</style>
border-color css
<style>
span { border-color: #C706FF; }
span { border-color: rgb(199,6,255); }
td.TdClassName
{
border-color: #C706FF;
}
.TagClassName
{
border-color: #C706FF;
}
</style>