Shades of Wisteria #D49BED
Tints of Wisteria #D49BED
RGB
CMYK
RGB Variations
Color information
#D49BED (or 0xD49BED) is known color: Wisteria. HEX triplet: D4, 9B and ED. RGB value is (212,155,237). Sum of RGB (Red+Green+Blue) = 212+155+237=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #D49BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BED is #2B6412. Grayscale: #B5B5B5. Windows color (decimal): -2843667 or 15571924. OLE color: 15571924.
HSL color Cylindrical-coordinate representation of color #D49BED: hue angle of 281.71º degrees, saturation: 0.69, 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 #D49BED is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 155 | 237 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.07 |
| HSL | 281.71º | 0.69% | 0.77% | - |
| HSV(B) | 281.71º | 0.35% | 0.93% | - |
| XYZ | 54.16 | 43.55 | 85.67 | - |
| YUV | 181.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 237 | 0.11 | 0.35 | 0 | 0.07 | 281.71 | 0.69 | 0.77 |
| Hex | D4 | 9B | ED | B | 23 | 0 | 7 | 11A | 45 | 4D |
| Octal | 324 | 233 | 355 | 13 | 43 | 0 | 7 | 432 | 105 | 115 |
| Binary | 11010100 | 10011011 | 11101101 | 1011 | 100011 | 0 | 111 | 100011010 | 1000101 | 1001101 |
Color Harmonies of #D49BED
Complementary color
Monochromatic Colors of #D49BED
Black with #D49BED
Text Example
Text Example
White with #D49BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BED; }
p { color: rgb(212,155,237); }
H1.HeaderClassName
{
color: #D49BED;
}
.AnyTagClassName
{
color: #D49BED;
}
</style>
background-color css
<style>
a { background-color: #D49BED; }
a { background-color: rgb(212,155,237); }
div.DivClassName
{
background-color: #D49BED;
}
.BgClassName
{
background-color: #D49BED;
}
</style>
border-color css
<style>
span { border-color: #D49BED; }
span { border-color: rgb(212,155,237); }
td.TdClassName
{
border-color: #D49BED;
}
.TagClassName
{
border-color: #D49BED;
}
</style>