Shades of Wisteria #D6A3EF
Tints of Wisteria #D6A3EF
RGB
CMYK
RGB Variations
Color information
#D6A3EF (or 0xD6A3EF) is known color: Wisteria. HEX triplet: D6, A3 and EF. RGB value is (214,163,239). Sum of RGB (Red+Green+Blue) = 214+163+239=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 163 (64.06% from 255 or 26.46% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6A3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A3EF is #295C10. Grayscale: #BABABA. Windows color (decimal): -2710545 or 15705046. OLE color: 15705046.
HSL color Cylindrical-coordinate representation of color #D6A3EF: hue angle of 280.26º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6A3EF is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 163 | 239 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.06 |
| HSL | 280.26º | 0.7% | 0.79% | - |
| HSV(B) | 280.26º | 0.32% | 0.94% | - |
| XYZ | 56.41 | 46.72 | 87.71 | - |
| YUV | 186.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 239 | 0.10 | 0.32 | 0 | 0.06 | 280.26 | 0.7 | 0.79 |
| Hex | D6 | A3 | EF | A | 20 | 0 | 6 | 118 | 46 | 4F |
| Octal | 326 | 243 | 357 | 12 | 40 | 0 | 6 | 430 | 106 | 117 |
| Binary | 11010110 | 10100011 | 11101111 | 1010 | 100000 | 0 | 110 | 100011000 | 1000110 | 1001111 |
Color Harmonies of #D6A3EF
Complementary color
Monochromatic Colors of #D6A3EF
Black with #D6A3EF
Text Example
Text Example
White with #D6A3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A3EF; }
p { color: rgb(214,163,239); }
H1.HeaderClassName
{
color: #D6A3EF;
}
.AnyTagClassName
{
color: #D6A3EF;
}
</style>
background-color css
<style>
a { background-color: #D6A3EF; }
a { background-color: rgb(214,163,239); }
div.DivClassName
{
background-color: #D6A3EF;
}
.BgClassName
{
background-color: #D6A3EF;
}
</style>
border-color css
<style>
span { border-color: #D6A3EF; }
span { border-color: rgb(214,163,239); }
td.TdClassName
{
border-color: #D6A3EF;
}
.TagClassName
{
border-color: #D6A3EF;
}
</style>