Shades of Wisteria #C7A6DC
Tints of Wisteria #C7A6DC
RGB
CMYK
RGB Variations
Color information
#C7A6DC (or 0xC7A6DC) is known color: Wisteria. HEX triplet: C7, A6 and DC. RGB value is (199,166,220). Sum of RGB (Red+Green+Blue) = 199+166+220=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6DC is #385923. Grayscale: #B5B5B5. Windows color (decimal): -3692836 or 14460615. OLE color: 14460615.
HSL color Cylindrical-coordinate representation of color #C7A6DC: hue angle of 276.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7A6DC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 166 | 220 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.14 |
| HSL | 276.67º | 0.44% | 0.76% | - |
| HSV(B) | 276.67º | 0.25% | 0.86% | - |
| XYZ | 50.11 | 44.58 | 73.67 | - |
| YUV | 182.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 220 | 0.10 | 0.25 | 0 | 0.14 | 276.67 | 0.44 | 0.76 |
| Hex | C7 | A6 | DC | A | 19 | 0 | E | 115 | 2C | 4C |
| Octal | 307 | 246 | 334 | 12 | 31 | 0 | 16 | 425 | 54 | 114 |
| Binary | 11000111 | 10100110 | 11011100 | 1010 | 11001 | 0 | 1110 | 100010101 | 101100 | 1001100 |
Color Harmonies of #C7A6DC
Complementary color
Monochromatic Colors of #C7A6DC
Black with #C7A6DC
Text Example
Text Example
White with #C7A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A6DC; }
p { color: rgb(199,166,220); }
H1.HeaderClassName
{
color: #C7A6DC;
}
.AnyTagClassName
{
color: #C7A6DC;
}
</style>
background-color css
<style>
a { background-color: #C7A6DC; }
a { background-color: rgb(199,166,220); }
div.DivClassName
{
background-color: #C7A6DC;
}
.BgClassName
{
background-color: #C7A6DC;
}
</style>
border-color css
<style>
span { border-color: #C7A6DC; }
span { border-color: rgb(199,166,220); }
td.TdClassName
{
border-color: #C7A6DC;
}
.TagClassName
{
border-color: #C7A6DC;
}
</style>