Shades of Wisteria #D6A0EA
Tints of Wisteria #D6A0EA
RGB
CMYK
RGB Variations
Color information
#D6A0EA (or 0xD6A0EA) is known color: Wisteria. HEX triplet: D6, A0 and EA. RGB value is (214,160,234). Sum of RGB (Red+Green+Blue) = 214+160+234=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6A0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A0EA is #295F15. Grayscale: #B8B8B8. Windows color (decimal): -2711318 or 15376598. OLE color: 15376598.
HSL color Cylindrical-coordinate representation of color #D6A0EA: hue angle of 283.78º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6A0EA is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 160 | 234 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.08 |
| HSL | 283.78º | 0.64% | 0.77% | - |
| HSV(B) | 283.78º | 0.32% | 0.92% | - |
| XYZ | 55.15 | 45.38 | 83.69 | - |
| YUV | 184.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 234 | 0.09 | 0.32 | 0 | 0.08 | 283.78 | 0.64 | 0.77 |
| Hex | D6 | A0 | EA | 9 | 20 | 0 | 8 | 11C | 40 | 4D |
| Octal | 326 | 240 | 352 | 11 | 40 | 0 | 10 | 434 | 100 | 115 |
| Binary | 11010110 | 10100000 | 11101010 | 1001 | 100000 | 0 | 1000 | 100011100 | 1000000 | 1001101 |
Color Harmonies of #D6A0EA
Complementary color
Monochromatic Colors of #D6A0EA
Black with #D6A0EA
Text Example
Text Example
White with #D6A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A0EA; }
p { color: rgb(214,160,234); }
H1.HeaderClassName
{
color: #D6A0EA;
}
.AnyTagClassName
{
color: #D6A0EA;
}
</style>
background-color css
<style>
a { background-color: #D6A0EA; }
a { background-color: rgb(214,160,234); }
div.DivClassName
{
background-color: #D6A0EA;
}
.BgClassName
{
background-color: #D6A0EA;
}
</style>
border-color css
<style>
span { border-color: #D6A0EA; }
span { border-color: rgb(214,160,234); }
td.TdClassName
{
border-color: #D6A0EA;
}
.TagClassName
{
border-color: #D6A0EA;
}
</style>