Shades of Wisteria #D1A3EC
Tints of Wisteria #D1A3EC
RGB
CMYK
RGB Variations
Color information
#D1A3EC (or 0xD1A3EC) is known color: Wisteria. HEX triplet: D1, A3 and EC. RGB value is (209,163,236). Sum of RGB (Red+Green+Blue) = 209+163+236=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1A3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A3EC is #2E5C13. Grayscale: #B8B8B8. Windows color (decimal): -3038228 or 15508433. OLE color: 15508433.
HSL color Cylindrical-coordinate representation of color #D1A3EC: hue angle of 277.81º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1A3EC is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 163 | 236 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.07 |
| HSL | 277.81º | 0.66% | 0.78% | - |
| HSV(B) | 277.81º | 0.31% | 0.93% | - |
| XYZ | 54.53 | 45.81 | 85.32 | - |
| YUV | 185.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 236 | 0.11 | 0.31 | 0 | 0.07 | 277.81 | 0.66 | 0.78 |
| Hex | D1 | A3 | EC | B | 1F | 0 | 7 | 116 | 42 | 4E |
| Octal | 321 | 243 | 354 | 13 | 37 | 0 | 7 | 426 | 102 | 116 |
| Binary | 11010001 | 10100011 | 11101100 | 1011 | 11111 | 0 | 111 | 100010110 | 1000010 | 1001110 |
Color Harmonies of #D1A3EC
Complementary color
Monochromatic Colors of #D1A3EC
Black with #D1A3EC
Text Example
Text Example
White with #D1A3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A3EC; }
p { color: rgb(209,163,236); }
H1.HeaderClassName
{
color: #D1A3EC;
}
.AnyTagClassName
{
color: #D1A3EC;
}
</style>
background-color css
<style>
a { background-color: #D1A3EC; }
a { background-color: rgb(209,163,236); }
div.DivClassName
{
background-color: #D1A3EC;
}
.BgClassName
{
background-color: #D1A3EC;
}
</style>
border-color css
<style>
span { border-color: #D1A3EC; }
span { border-color: rgb(209,163,236); }
td.TdClassName
{
border-color: #D1A3EC;
}
.TagClassName
{
border-color: #D1A3EC;
}
</style>