Shades of Wisteria #D18EDC
Tints of Wisteria #D18EDC
RGB
CMYK
RGB Variations
Color information
#D18EDC (or 0xD18EDC) is known color: Wisteria. HEX triplet: D1, 8E and DC. RGB value is (209,142,220). Sum of RGB (Red+Green+Blue) = 209+142+220=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #D18EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18EDC is #2E7123. Grayscale: #AAAAAA. Windows color (decimal): -3043620 or 14454481. OLE color: 14454481.
HSL color Cylindrical-coordinate representation of color #D18EDC: hue angle of 291.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18EDC is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 142 | 220 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.14 |
| HSL | 291.54º | 0.53% | 0.71% | - |
| HSV(B) | 291.54º | 0.35% | 0.86% | - |
| XYZ | 48.89 | 38.07 | 72.48 | - |
| YUV | 170.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 142 | 220 | 0.05 | 0.35 | 0 | 0.14 | 291.54 | 0.53 | 0.71 |
| Hex | D1 | 8E | DC | 5 | 23 | 0 | E | 124 | 35 | 47 |
| Octal | 321 | 216 | 334 | 5 | 43 | 0 | 16 | 444 | 65 | 107 |
| Binary | 11010001 | 10001110 | 11011100 | 101 | 100011 | 0 | 1110 | 100100100 | 110101 | 1000111 |
Color Harmonies of #D18EDC
Complementary color
Monochromatic Colors of #D18EDC
Black with #D18EDC
Text Example
Text Example
White with #D18EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18EDC; }
p { color: rgb(209,142,220); }
H1.HeaderClassName
{
color: #D18EDC;
}
.AnyTagClassName
{
color: #D18EDC;
}
</style>
background-color css
<style>
a { background-color: #D18EDC; }
a { background-color: rgb(209,142,220); }
div.DivClassName
{
background-color: #D18EDC;
}
.BgClassName
{
background-color: #D18EDC;
}
</style>
border-color css
<style>
span { border-color: #D18EDC; }
span { border-color: rgb(209,142,220); }
td.TdClassName
{
border-color: #D18EDC;
}
.TagClassName
{
border-color: #D18EDC;
}
</style>