Shades of Wisteria #D09BED
Tints of Wisteria #D09BED
RGB
CMYK
RGB Variations
Color information
#D09BED (or 0xD09BED) is known color: Wisteria. HEX triplet: D0, 9B and ED. RGB value is (208,155,237). Sum of RGB (Red+Green+Blue) = 208+155+237=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #D09BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BED is #2F6412. Grayscale: #B3B3B3. Windows color (decimal): -3105811 or 15571920. OLE color: 15571920.
HSL color Cylindrical-coordinate representation of color #D09BED: hue angle of 278.78º 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 #D09BED is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 155 | 237 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.07 |
| HSL | 278.78º | 0.69% | 0.77% | - |
| HSV(B) | 278.78º | 0.35% | 0.93% | - |
| XYZ | 53.02 | 42.97 | 85.62 | - |
| YUV | 180.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 237 | 0.12 | 0.35 | 0 | 0.07 | 278.78 | 0.69 | 0.77 |
| Hex | D0 | 9B | ED | C | 23 | 0 | 7 | 117 | 45 | 4D |
| Octal | 320 | 233 | 355 | 14 | 43 | 0 | 7 | 427 | 105 | 115 |
| Binary | 11010000 | 10011011 | 11101101 | 1100 | 100011 | 0 | 111 | 100010111 | 1000101 | 1001101 |
Color Harmonies of #D09BED
Complementary color
Monochromatic Colors of #D09BED
Black with #D09BED
Text Example
Text Example
White with #D09BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BED; }
p { color: rgb(208,155,237); }
H1.HeaderClassName
{
color: #D09BED;
}
.AnyTagClassName
{
color: #D09BED;
}
</style>
background-color css
<style>
a { background-color: #D09BED; }
a { background-color: rgb(208,155,237); }
div.DivClassName
{
background-color: #D09BED;
}
.BgClassName
{
background-color: #D09BED;
}
</style>
border-color css
<style>
span { border-color: #D09BED; }
span { border-color: rgb(208,155,237); }
td.TdClassName
{
border-color: #D09BED;
}
.TagClassName
{
border-color: #D09BED;
}
</style>