Shades of Wisteria #D18BEF
Tints of Wisteria #D18BEF
RGB
CMYK
RGB Variations
Color information
#D18BEF (or 0xD18BEF) is known color: Wisteria. HEX triplet: D1, 8B and EF. RGB value is (209,139,239). Sum of RGB (Red+Green+Blue) = 209+139+239=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #D18BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18BEF is #2E7410. Grayscale: #AAAAAA. Windows color (decimal): -3044369 or 15698897. OLE color: 15698897.
HSL color Cylindrical-coordinate representation of color #D18BEF: hue angle of 282º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D18BEF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 139 | 239 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.06 |
| HSL | 282º | 0.76% | 0.74% | - |
| HSV(B) | 282º | 0.42% | 0.94% | - |
| XYZ | 51.11 | 38.25 | 86.35 | - |
| YUV | 171.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 239 | 0.13 | 0.42 | 0 | 0.06 | 282 | 0.76 | 0.74 |
| Hex | D1 | 8B | EF | D | 2A | 0 | 6 | 11A | 4C | 4A |
| Octal | 321 | 213 | 357 | 15 | 52 | 0 | 6 | 432 | 114 | 112 |
| Binary | 11010001 | 10001011 | 11101111 | 1101 | 101010 | 0 | 110 | 100011010 | 1001100 | 1001010 |
Color Harmonies of #D18BEF
Complementary color
Monochromatic Colors of #D18BEF
Black with #D18BEF
Text Example
Text Example
White with #D18BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BEF; }
p { color: rgb(209,139,239); }
H1.HeaderClassName
{
color: #D18BEF;
}
.AnyTagClassName
{
color: #D18BEF;
}
</style>
background-color css
<style>
a { background-color: #D18BEF; }
a { background-color: rgb(209,139,239); }
div.DivClassName
{
background-color: #D18BEF;
}
.BgClassName
{
background-color: #D18BEF;
}
</style>
border-color css
<style>
span { border-color: #D18BEF; }
span { border-color: rgb(209,139,239); }
td.TdClassName
{
border-color: #D18BEF;
}
.TagClassName
{
border-color: #D18BEF;
}
</style>