Shades of Wisteria #D18BED
Tints of Wisteria #D18BED
RGB
CMYK
RGB Variations
Color information
#D18BED (or 0xD18BED) is known color: Wisteria. HEX triplet: D1, 8B and ED. RGB value is (209,139,237). Sum of RGB (Red+Green+Blue) = 209+139+237=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #D18BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18BED is #2E7412. Grayscale: #AAAAAA. Windows color (decimal): -3044371 or 15567825. OLE color: 15567825.
HSL color Cylindrical-coordinate representation of color #D18BED: hue angle of 282.86º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D18BED is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 139 | 237 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.07 |
| HSL | 282.86º | 0.73% | 0.74% | - |
| HSV(B) | 282.86º | 0.41% | 0.93% | - |
| XYZ | 50.81 | 38.13 | 84.8 | - |
| YUV | 171.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 237 | 0.12 | 0.41 | 0 | 0.07 | 282.86 | 0.73 | 0.74 |
| Hex | D1 | 8B | ED | C | 29 | 0 | 7 | 11B | 49 | 4A |
| Octal | 321 | 213 | 355 | 14 | 51 | 0 | 7 | 433 | 111 | 112 |
| Binary | 11010001 | 10001011 | 11101101 | 1100 | 101001 | 0 | 111 | 100011011 | 1001001 | 1001010 |
Color Harmonies of #D18BED
Complementary color
Monochromatic Colors of #D18BED
Black with #D18BED
Text Example
Text Example
White with #D18BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BED; }
p { color: rgb(209,139,237); }
H1.HeaderClassName
{
color: #D18BED;
}
.AnyTagClassName
{
color: #D18BED;
}
</style>
background-color css
<style>
a { background-color: #D18BED; }
a { background-color: rgb(209,139,237); }
div.DivClassName
{
background-color: #D18BED;
}
.BgClassName
{
background-color: #D18BED;
}
</style>
border-color css
<style>
span { border-color: #D18BED; }
span { border-color: rgb(209,139,237); }
td.TdClassName
{
border-color: #D18BED;
}
.TagClassName
{
border-color: #D18BED;
}
</style>