Shades of Wisteria #D6A0E7
Tints of Wisteria #D6A0E7
RGB
CMYK
RGB Variations
Color information
#D6A0E7 (or 0xD6A0E7) is known color: Wisteria. HEX triplet: D6, A0 and E7. RGB value is (214,160,231). Sum of RGB (Red+Green+Blue) = 214+160+231=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6A0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A0E7 is #295F18. Grayscale: #B8B8B8. Windows color (decimal): -2711321 or 15179990. OLE color: 15179990.
HSL color Cylindrical-coordinate representation of color #D6A0E7: hue angle of 285.63º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6A0E7 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 160 | 231 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.09 |
| HSL | 285.63º | 0.6% | 0.77% | - |
| HSV(B) | 285.63º | 0.31% | 0.91% | - |
| XYZ | 54.73 | 45.21 | 81.44 | - |
| YUV | 184.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 231 | 0.07 | 0.31 | 0 | 0.09 | 285.63 | 0.6 | 0.77 |
| Hex | D6 | A0 | E7 | 7 | 1F | 0 | 9 | 11E | 3C | 4D |
| Octal | 326 | 240 | 347 | 7 | 37 | 0 | 11 | 436 | 74 | 115 |
| Binary | 11010110 | 10100000 | 11100111 | 111 | 11111 | 0 | 1001 | 100011110 | 111100 | 1001101 |
Color Harmonies of #D6A0E7
Complementary color
Monochromatic Colors of #D6A0E7
Black with #D6A0E7
Text Example
Text Example
White with #D6A0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A0E7; }
p { color: rgb(214,160,231); }
H1.HeaderClassName
{
color: #D6A0E7;
}
.AnyTagClassName
{
color: #D6A0E7;
}
</style>
background-color css
<style>
a { background-color: #D6A0E7; }
a { background-color: rgb(214,160,231); }
div.DivClassName
{
background-color: #D6A0E7;
}
.BgClassName
{
background-color: #D6A0E7;
}
</style>
border-color css
<style>
span { border-color: #D6A0E7; }
span { border-color: rgb(214,160,231); }
td.TdClassName
{
border-color: #D6A0E7;
}
.TagClassName
{
border-color: #D6A0E7;
}
</style>