Shades of Wisteria #D3A6DC
Tints of Wisteria #D3A6DC
RGB
CMYK
RGB Variations
Color information
#D3A6DC (or 0xD3A6DC) is known color: Wisteria. HEX triplet: D3, A6 and DC. RGB value is (211,166,220). Sum of RGB (Red+Green+Blue) = 211+166+220=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A6DC is #2C5923. Grayscale: #B9B9B9. Windows color (decimal): -2906404 or 14460627. OLE color: 14460627.
HSL color Cylindrical-coordinate representation of color #D3A6DC: hue angle of 290º 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 #D3A6DC is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 166 | 220 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.14 |
| HSL | 290º | 0.44% | 0.76% | - |
| HSV(B) | 290º | 0.25% | 0.86% | - |
| XYZ | 53.42 | 46.29 | 73.83 | - |
| YUV | 185.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 220 | 0.04 | 0.25 | 0 | 0.14 | 290 | 0.44 | 0.76 |
| Hex | D3 | A6 | DC | 4 | 19 | 0 | E | 122 | 2C | 4C |
| Octal | 323 | 246 | 334 | 4 | 31 | 0 | 16 | 442 | 54 | 114 |
| Binary | 11010011 | 10100110 | 11011100 | 100 | 11001 | 0 | 1110 | 100100010 | 101100 | 1001100 |
Color Harmonies of #D3A6DC
Complementary color
Monochromatic Colors of #D3A6DC
Black with #D3A6DC
Text Example
Text Example
White with #D3A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A6DC; }
p { color: rgb(211,166,220); }
H1.HeaderClassName
{
color: #D3A6DC;
}
.AnyTagClassName
{
color: #D3A6DC;
}
</style>
background-color css
<style>
a { background-color: #D3A6DC; }
a { background-color: rgb(211,166,220); }
div.DivClassName
{
background-color: #D3A6DC;
}
.BgClassName
{
background-color: #D3A6DC;
}
</style>
border-color css
<style>
span { border-color: #D3A6DC; }
span { border-color: rgb(211,166,220); }
td.TdClassName
{
border-color: #D3A6DC;
}
.TagClassName
{
border-color: #D3A6DC;
}
</style>