Shades of Wisteria #D49EED
Tints of Wisteria #D49EED
RGB
CMYK
RGB Variations
Color information
#D49EED (or 0xD49EED) is known color: Wisteria. HEX triplet: D4, 9E and ED. RGB value is (212,158,237). Sum of RGB (Red+Green+Blue) = 212+158+237=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #D49EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EED is #2B6112. Grayscale: #B6B6B6. Windows color (decimal): -2842899 or 15572692. OLE color: 15572692.
HSL color Cylindrical-coordinate representation of color #D49EED: hue angle of 281.01º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49EED is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 158 | 237 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.07 |
| HSL | 281.01º | 0.69% | 0.77% | - |
| HSV(B) | 281.01º | 0.33% | 0.93% | - |
| XYZ | 54.66 | 44.57 | 85.84 | - |
| YUV | 183.15 | 158.39 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 237 | 0.11 | 0.33 | 0 | 0.07 | 281.01 | 0.69 | 0.77 |
| Hex | D4 | 9E | ED | B | 21 | 0 | 7 | 119 | 45 | 4D |
| Octal | 324 | 236 | 355 | 13 | 41 | 0 | 7 | 431 | 105 | 115 |
| Binary | 11010100 | 10011110 | 11101101 | 1011 | 100001 | 0 | 111 | 100011001 | 1000101 | 1001101 |
Color Harmonies of #D49EED
Complementary color
Monochromatic Colors of #D49EED
Black with #D49EED
Text Example
Text Example
White with #D49EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49EED; }
p { color: rgb(212,158,237); }
H1.HeaderClassName
{
color: #D49EED;
}
.AnyTagClassName
{
color: #D49EED;
}
</style>
background-color css
<style>
a { background-color: #D49EED; }
a { background-color: rgb(212,158,237); }
div.DivClassName
{
background-color: #D49EED;
}
.BgClassName
{
background-color: #D49EED;
}
</style>
border-color css
<style>
span { border-color: #D49EED; }
span { border-color: rgb(212,158,237); }
td.TdClassName
{
border-color: #D49EED;
}
.TagClassName
{
border-color: #D49EED;
}
</style>