Shades of Wisteria #D3A8EB
Tints of Wisteria #D3A8EB
RGB
CMYK
RGB Variations
Color information
#D3A8EB (or 0xD3A8EB) is known color: Wisteria. HEX triplet: D3, A8 and EB. RGB value is (211,168,235). Sum of RGB (Red+Green+Blue) = 211+168+235=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A8EB is #2C5714. Grayscale: #BCBCBC. Windows color (decimal): -2905877 or 15444179. OLE color: 15444179.
HSL color Cylindrical-coordinate representation of color #D3A8EB: hue angle of 278.51º 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 #D3A8EB is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 168 | 235 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.08 |
| HSL | 278.51º | 0.63% | 0.79% | - |
| HSV(B) | 278.51º | 0.29% | 0.92% | - |
| XYZ | 55.86 | 47.85 | 84.89 | - |
| YUV | 188.5 | 154.25 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 235 | 0.10 | 0.29 | 0 | 0.08 | 278.51 | 0.63 | 0.79 |
| Hex | D3 | A8 | EB | A | 1D | 0 | 8 | 117 | 3F | 4F |
| Octal | 323 | 250 | 353 | 12 | 35 | 0 | 10 | 427 | 77 | 117 |
| Binary | 11010011 | 10101000 | 11101011 | 1010 | 11101 | 0 | 1000 | 100010111 | 111111 | 1001111 |
Color Harmonies of #D3A8EB
Complementary color
Monochromatic Colors of #D3A8EB
Black with #D3A8EB
Text Example
Text Example
White with #D3A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A8EB; }
p { color: rgb(211,168,235); }
H1.HeaderClassName
{
color: #D3A8EB;
}
.AnyTagClassName
{
color: #D3A8EB;
}
</style>
background-color css
<style>
a { background-color: #D3A8EB; }
a { background-color: rgb(211,168,235); }
div.DivClassName
{
background-color: #D3A8EB;
}
.BgClassName
{
background-color: #D3A8EB;
}
</style>
border-color css
<style>
span { border-color: #D3A8EB; }
span { border-color: rgb(211,168,235); }
td.TdClassName
{
border-color: #D3A8EB;
}
.TagClassName
{
border-color: #D3A8EB;
}
</style>