Shades of Wisteria #C7A0DC
Tints of Wisteria #C7A0DC
RGB
CMYK
RGB Variations
Color information
#C7A0DC (or 0xC7A0DC) is known color: Wisteria. HEX triplet: C7, A0 and DC. RGB value is (199,160,220). Sum of RGB (Red+Green+Blue) = 199+160+220=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A0DC is #385F23. Grayscale: #B2B2B2. Windows color (decimal): -3694372 or 14459079. OLE color: 14459079.
HSL color Cylindrical-coordinate representation of color #C7A0DC: hue angle of 279º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7A0DC is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 160 | 220 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.14 |
| HSL | 279º | 0.46% | 0.75% | - |
| HSV(B) | 279º | 0.27% | 0.86% | - |
| XYZ | 49.04 | 42.45 | 73.32 | - |
| YUV | 178.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 220 | 0.10 | 0.27 | 0 | 0.14 | 279 | 0.46 | 0.75 |
| Hex | C7 | A0 | DC | A | 1B | 0 | E | 117 | 2E | 4B |
| Octal | 307 | 240 | 334 | 12 | 33 | 0 | 16 | 427 | 56 | 113 |
| Binary | 11000111 | 10100000 | 11011100 | 1010 | 11011 | 0 | 1110 | 100010111 | 101110 | 1001011 |
Color Harmonies of #C7A0DC
Complementary color
Monochromatic Colors of #C7A0DC
Black with #C7A0DC
Text Example
Text Example
White with #C7A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A0DC; }
p { color: rgb(199,160,220); }
H1.HeaderClassName
{
color: #C7A0DC;
}
.AnyTagClassName
{
color: #C7A0DC;
}
</style>
background-color css
<style>
a { background-color: #C7A0DC; }
a { background-color: rgb(199,160,220); }
div.DivClassName
{
background-color: #C7A0DC;
}
.BgClassName
{
background-color: #C7A0DC;
}
</style>
border-color css
<style>
span { border-color: #C7A0DC; }
span { border-color: rgb(199,160,220); }
td.TdClassName
{
border-color: #C7A0DC;
}
.TagClassName
{
border-color: #C7A0DC;
}
</style>