Shades of Wisteria #D3A7EB
Tints of Wisteria #D3A7EB
RGB
CMYK
RGB Variations
Color information
#D3A7EB (or 0xD3A7EB) is known color: Wisteria. HEX triplet: D3, A7 and EB. RGB value is (211,167,235). Sum of RGB (Red+Green+Blue) = 211+167+235=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3A7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A7EB is #2C5814. Grayscale: #BBBBBB. Windows color (decimal): -2906133 or 15443923. OLE color: 15443923.
HSL color Cylindrical-coordinate representation of color #D3A7EB: hue angle of 278.82º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3A7EB is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 167 | 235 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.08 |
| HSL | 278.82º | 0.63% | 0.79% | - |
| HSV(B) | 278.82º | 0.29% | 0.92% | - |
| XYZ | 55.68 | 47.48 | 84.83 | - |
| YUV | 187.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 167 | 235 | 0.10 | 0.29 | 0 | 0.08 | 278.82 | 0.63 | 0.79 |
| Hex | D3 | A7 | EB | A | 1D | 0 | 8 | 117 | 3F | 4F |
| Octal | 323 | 247 | 353 | 12 | 35 | 0 | 10 | 427 | 77 | 117 |
| Binary | 11010011 | 10100111 | 11101011 | 1010 | 11101 | 0 | 1000 | 100010111 | 111111 | 1001111 |
Color Harmonies of #D3A7EB
Complementary color
Monochromatic Colors of #D3A7EB
Black with #D3A7EB
Text Example
Text Example
White with #D3A7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A7EB; }
p { color: rgb(211,167,235); }
H1.HeaderClassName
{
color: #D3A7EB;
}
.AnyTagClassName
{
color: #D3A7EB;
}
</style>
background-color css
<style>
a { background-color: #D3A7EB; }
a { background-color: rgb(211,167,235); }
div.DivClassName
{
background-color: #D3A7EB;
}
.BgClassName
{
background-color: #D3A7EB;
}
</style>
border-color css
<style>
span { border-color: #D3A7EB; }
span { border-color: rgb(211,167,235); }
td.TdClassName
{
border-color: #D3A7EB;
}
.TagClassName
{
border-color: #D3A7EB;
}
</style>