Shades of Wisteria #D0A3EC
Tints of Wisteria #D0A3EC
RGB
CMYK
RGB Variations
Color information
#D0A3EC (or 0xD0A3EC) is known color: Wisteria. HEX triplet: D0, A3 and EC. RGB value is (208,163,236). Sum of RGB (Red+Green+Blue) = 208+163+236=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0A3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A3EC is #2F5C13. Grayscale: #B8B8B8. Windows color (decimal): -3103764 or 15508432. OLE color: 15508432.
HSL color Cylindrical-coordinate representation of color #D0A3EC: hue angle of 276.99º 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 #D0A3EC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 163 | 236 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.07 |
| HSL | 276.99º | 0.66% | 0.78% | - |
| HSV(B) | 276.99º | 0.31% | 0.93% | - |
| XYZ | 54.25 | 45.66 | 85.31 | - |
| YUV | 184.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 236 | 0.12 | 0.31 | 0 | 0.07 | 276.99 | 0.66 | 0.78 |
| Hex | D0 | A3 | EC | C | 1F | 0 | 7 | 115 | 42 | 4E |
| Octal | 320 | 243 | 354 | 14 | 37 | 0 | 7 | 425 | 102 | 116 |
| Binary | 11010000 | 10100011 | 11101100 | 1100 | 11111 | 0 | 111 | 100010101 | 1000010 | 1001110 |
Color Harmonies of #D0A3EC
Complementary color
Monochromatic Colors of #D0A3EC
Black with #D0A3EC
Text Example
Text Example
White with #D0A3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A3EC; }
p { color: rgb(208,163,236); }
H1.HeaderClassName
{
color: #D0A3EC;
}
.AnyTagClassName
{
color: #D0A3EC;
}
</style>
background-color css
<style>
a { background-color: #D0A3EC; }
a { background-color: rgb(208,163,236); }
div.DivClassName
{
background-color: #D0A3EC;
}
.BgClassName
{
background-color: #D0A3EC;
}
</style>
border-color css
<style>
span { border-color: #D0A3EC; }
span { border-color: rgb(208,163,236); }
td.TdClassName
{
border-color: #D0A3EC;
}
.TagClassName
{
border-color: #D0A3EC;
}
</style>