Shades of Wisteria #D3A3EF
Tints of Wisteria #D3A3EF
RGB
CMYK
RGB Variations
Color information
#D3A3EF (or 0xD3A3EF) is known color: Wisteria. HEX triplet: D3, A3 and EF. RGB value is (211,163,239). Sum of RGB (Red+Green+Blue) = 211+163+239=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3A3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A3EF is #2C5C10. Grayscale: #B9B9B9. Windows color (decimal): -2907153 or 15705043. OLE color: 15705043.
HSL color Cylindrical-coordinate representation of color #D3A3EF: hue angle of 277.89º 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 #D3A3EF is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 163 | 239 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.06 |
| HSL | 277.89º | 0.7% | 0.79% | - |
| HSV(B) | 277.89º | 0.32% | 0.94% | - |
| XYZ | 55.54 | 46.28 | 87.67 | - |
| YUV | 186.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 163 | 239 | 0.12 | 0.32 | 0 | 0.06 | 277.89 | 0.7 | 0.79 |
| Hex | D3 | A3 | EF | C | 20 | 0 | 6 | 116 | 46 | 4F |
| Octal | 323 | 243 | 357 | 14 | 40 | 0 | 6 | 426 | 106 | 117 |
| Binary | 11010011 | 10100011 | 11101111 | 1100 | 100000 | 0 | 110 | 100010110 | 1000110 | 1001111 |
Color Harmonies of #D3A3EF
Complementary color
Monochromatic Colors of #D3A3EF
Black with #D3A3EF
Text Example
Text Example
White with #D3A3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A3EF; }
p { color: rgb(211,163,239); }
H1.HeaderClassName
{
color: #D3A3EF;
}
.AnyTagClassName
{
color: #D3A3EF;
}
</style>
background-color css
<style>
a { background-color: #D3A3EF; }
a { background-color: rgb(211,163,239); }
div.DivClassName
{
background-color: #D3A3EF;
}
.BgClassName
{
background-color: #D3A3EF;
}
</style>
border-color css
<style>
span { border-color: #D3A3EF; }
span { border-color: rgb(211,163,239); }
td.TdClassName
{
border-color: #D3A3EF;
}
.TagClassName
{
border-color: #D3A3EF;
}
</style>