Shades of Wisteria #D18AEC
Tints of Wisteria #D18AEC
RGB
CMYK
RGB Variations
Color information
#D18AEC (or 0xD18AEC) is known color: Wisteria. HEX triplet: D1, 8A and EC. RGB value is (209,138,236). Sum of RGB (Red+Green+Blue) = 209+138+236=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #D18AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18AEC is #2E7513. Grayscale: #AAAAAA. Windows color (decimal): -3044628 or 15502033. OLE color: 15502033.
HSL color Cylindrical-coordinate representation of color #D18AEC: hue angle of 283.47º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D18AEC is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 138 | 236 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.07 |
| HSL | 283.47º | 0.72% | 0.73% | - |
| HSV(B) | 283.47º | 0.42% | 0.93% | - |
| XYZ | 50.52 | 37.79 | 83.99 | - |
| YUV | 170.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 236 | 0.11 | 0.42 | 0 | 0.07 | 283.47 | 0.72 | 0.73 |
| Hex | D1 | 8A | EC | B | 2A | 0 | 7 | 11B | 48 | 49 |
| Octal | 321 | 212 | 354 | 13 | 52 | 0 | 7 | 433 | 110 | 111 |
| Binary | 11010001 | 10001010 | 11101100 | 1011 | 101010 | 0 | 111 | 100011011 | 1001000 | 1001001 |
Color Harmonies of #D18AEC
Complementary color
Monochromatic Colors of #D18AEC
Black with #D18AEC
Text Example
Text Example
White with #D18AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AEC; }
p { color: rgb(209,138,236); }
H1.HeaderClassName
{
color: #D18AEC;
}
.AnyTagClassName
{
color: #D18AEC;
}
</style>
background-color css
<style>
a { background-color: #D18AEC; }
a { background-color: rgb(209,138,236); }
div.DivClassName
{
background-color: #D18AEC;
}
.BgClassName
{
background-color: #D18AEC;
}
</style>
border-color css
<style>
span { border-color: #D18AEC; }
span { border-color: rgb(209,138,236); }
td.TdClassName
{
border-color: #D18AEC;
}
.TagClassName
{
border-color: #D18AEC;
}
</style>