Shades of Wisteria #D3A5E9
Tints of Wisteria #D3A5E9
RGB
CMYK
RGB Variations
Color information
#D3A5E9 (or 0xD3A5E9) is known color: Wisteria. HEX triplet: D3, A5 and E9. RGB value is (211,165,233). Sum of RGB (Red+Green+Blue) = 211+165+233=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #D3A5E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A5E9 is #2C5A16. Grayscale: #BABABA. Windows color (decimal): -2906647 or 15312339. OLE color: 15312339.
HSL color Cylindrical-coordinate representation of color #D3A5E9: hue angle of 280.59º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3A5E9 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 165 | 233 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.09 |
| HSL | 280.59º | 0.61% | 0.78% | - |
| HSV(B) | 280.59º | 0.29% | 0.91% | - |
| XYZ | 55.03 | 46.64 | 83.19 | - |
| YUV | 186.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 165 | 233 | 0.09 | 0.29 | 0 | 0.09 | 280.59 | 0.61 | 0.78 |
| Hex | D3 | A5 | E9 | 9 | 1D | 0 | 9 | 119 | 3D | 4E |
| Octal | 323 | 245 | 351 | 11 | 35 | 0 | 11 | 431 | 75 | 116 |
| Binary | 11010011 | 10100101 | 11101001 | 1001 | 11101 | 0 | 1001 | 100011001 | 111101 | 1001110 |
Color Harmonies of #D3A5E9
Complementary color
Monochromatic Colors of #D3A5E9
Black with #D3A5E9
Text Example
Text Example
White with #D3A5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A5E9; }
p { color: rgb(211,165,233); }
H1.HeaderClassName
{
color: #D3A5E9;
}
.AnyTagClassName
{
color: #D3A5E9;
}
</style>
background-color css
<style>
a { background-color: #D3A5E9; }
a { background-color: rgb(211,165,233); }
div.DivClassName
{
background-color: #D3A5E9;
}
.BgClassName
{
background-color: #D3A5E9;
}
</style>
border-color css
<style>
span { border-color: #D3A5E9; }
span { border-color: rgb(211,165,233); }
td.TdClassName
{
border-color: #D3A5E9;
}
.TagClassName
{
border-color: #D3A5E9;
}
</style>