Shades of Wisteria #D3A8ED
Tints of Wisteria #D3A8ED
RGB
CMYK
RGB Variations
Color information
#D3A8ED (or 0xD3A8ED) is known color: Wisteria. HEX triplet: D3, A8 and ED. RGB value is (211,168,237). Sum of RGB (Red+Green+Blue) = 211+168+237=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3A8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A8ED is #2C5712. Grayscale: #BCBCBC. Windows color (decimal): -2905875 or 15575251. OLE color: 15575251.
HSL color Cylindrical-coordinate representation of color #D3A8ED: hue angle of 277.39º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3A8ED is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 168 | 237 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.07 |
| HSL | 277.39º | 0.66% | 0.79% | - |
| HSV(B) | 277.39º | 0.29% | 0.93% | - |
| XYZ | 56.15 | 47.97 | 86.42 | - |
| YUV | 188.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 237 | 0.11 | 0.29 | 0 | 0.07 | 277.39 | 0.66 | 0.79 |
| Hex | D3 | A8 | ED | B | 1D | 0 | 7 | 115 | 42 | 4F |
| Octal | 323 | 250 | 355 | 13 | 35 | 0 | 7 | 425 | 102 | 117 |
| Binary | 11010011 | 10101000 | 11101101 | 1011 | 11101 | 0 | 111 | 100010101 | 1000010 | 1001111 |
Color Harmonies of #D3A8ED
Complementary color
Monochromatic Colors of #D3A8ED
Black with #D3A8ED
Text Example
Text Example
White with #D3A8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A8ED; }
p { color: rgb(211,168,237); }
H1.HeaderClassName
{
color: #D3A8ED;
}
.AnyTagClassName
{
color: #D3A8ED;
}
</style>
background-color css
<style>
a { background-color: #D3A8ED; }
a { background-color: rgb(211,168,237); }
div.DivClassName
{
background-color: #D3A8ED;
}
.BgClassName
{
background-color: #D3A8ED;
}
</style>
border-color css
<style>
span { border-color: #D3A8ED; }
span { border-color: rgb(211,168,237); }
td.TdClassName
{
border-color: #D3A8ED;
}
.TagClassName
{
border-color: #D3A8ED;
}
</style>