Shades of Wisteria #D18BE8
Tints of Wisteria #D18BE8
RGB
CMYK
RGB Variations
Color information
#D18BE8 (or 0xD18BE8) is known color: Wisteria. HEX triplet: D1, 8B and E8. RGB value is (209,139,232). Sum of RGB (Red+Green+Blue) = 209+139+232=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #D18BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18BE8 is #2E7417. Grayscale: #AAAAAA. Windows color (decimal): -3044376 or 15240145. OLE color: 15240145.
HSL color Cylindrical-coordinate representation of color #D18BE8: hue angle of 285.16º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D18BE8 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 139 | 232 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.09 |
| HSL | 285.16º | 0.67% | 0.73% | - |
| HSV(B) | 285.16º | 0.4% | 0.91% | - |
| XYZ | 50.09 | 37.85 | 81.01 | - |
| YUV | 170.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 232 | 0.10 | 0.40 | 0 | 0.09 | 285.16 | 0.67 | 0.73 |
| Hex | D1 | 8B | E8 | A | 28 | 0 | 9 | 11D | 43 | 49 |
| Octal | 321 | 213 | 350 | 12 | 50 | 0 | 11 | 435 | 103 | 111 |
| Binary | 11010001 | 10001011 | 11101000 | 1010 | 101000 | 0 | 1001 | 100011101 | 1000011 | 1001001 |
Color Harmonies of #D18BE8
Complementary color
Monochromatic Colors of #D18BE8
Black with #D18BE8
Text Example
Text Example
White with #D18BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BE8; }
p { color: rgb(209,139,232); }
H1.HeaderClassName
{
color: #D18BE8;
}
.AnyTagClassName
{
color: #D18BE8;
}
</style>
background-color css
<style>
a { background-color: #D18BE8; }
a { background-color: rgb(209,139,232); }
div.DivClassName
{
background-color: #D18BE8;
}
.BgClassName
{
background-color: #D18BE8;
}
</style>
border-color css
<style>
span { border-color: #D18BE8; }
span { border-color: rgb(209,139,232); }
td.TdClassName
{
border-color: #D18BE8;
}
.TagClassName
{
border-color: #D18BE8;
}
</style>