Shades of Wisteria #D49AED
Tints of Wisteria #D49AED
RGB
CMYK
RGB Variations
Color information
#D49AED (or 0xD49AED) is known color: Wisteria. HEX triplet: D4, 9A and ED. RGB value is (212,154,237). Sum of RGB (Red+Green+Blue) = 212+154+237=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #D49AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AED is #2B6512. Grayscale: #B4B4B4. Windows color (decimal): -2843923 or 15571668. OLE color: 15571668.
HSL color Cylindrical-coordinate representation of color #D49AED: hue angle of 281.93º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49AED is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 154 | 237 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.07 |
| HSL | 281.93º | 0.7% | 0.77% | - |
| HSV(B) | 281.93º | 0.35% | 0.93% | - |
| XYZ | 53.99 | 43.22 | 85.62 | - |
| YUV | 180.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 237 | 0.11 | 0.35 | 0 | 0.07 | 281.93 | 0.7 | 0.77 |
| Hex | D4 | 9A | ED | B | 23 | 0 | 7 | 11A | 46 | 4D |
| Octal | 324 | 232 | 355 | 13 | 43 | 0 | 7 | 432 | 106 | 115 |
| Binary | 11010100 | 10011010 | 11101101 | 1011 | 100011 | 0 | 111 | 100011010 | 1000110 | 1001101 |
Color Harmonies of #D49AED
Complementary color
Monochromatic Colors of #D49AED
Black with #D49AED
Text Example
Text Example
White with #D49AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49AED; }
p { color: rgb(212,154,237); }
H1.HeaderClassName
{
color: #D49AED;
}
.AnyTagClassName
{
color: #D49AED;
}
</style>
background-color css
<style>
a { background-color: #D49AED; }
a { background-color: rgb(212,154,237); }
div.DivClassName
{
background-color: #D49AED;
}
.BgClassName
{
background-color: #D49AED;
}
</style>
border-color css
<style>
span { border-color: #D49AED; }
span { border-color: rgb(212,154,237); }
td.TdClassName
{
border-color: #D49AED;
}
.TagClassName
{
border-color: #D49AED;
}
</style>