Shades of Wisteria #D18AED
Tints of Wisteria #D18AED
RGB
CMYK
RGB Variations
Color information
#D18AED (or 0xD18AED) is known color: Wisteria. HEX triplet: D1, 8A and ED. RGB value is (209,138,237). Sum of RGB (Red+Green+Blue) = 209+138+237=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #D18AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18AED is #2E7512. Grayscale: #AAAAAA. Windows color (decimal): -3044627 or 15567569. OLE color: 15567569.
HSL color Cylindrical-coordinate representation of color #D18AED: hue angle of 283.03º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D18AED is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 138 | 237 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.07 |
| HSL | 283.03º | 0.73% | 0.74% | - |
| HSV(B) | 283.03º | 0.42% | 0.93% | - |
| XYZ | 50.67 | 37.85 | 84.76 | - |
| YUV | 170.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 237 | 0.12 | 0.42 | 0 | 0.07 | 283.03 | 0.73 | 0.74 |
| Hex | D1 | 8A | ED | C | 2A | 0 | 7 | 11B | 49 | 4A |
| Octal | 321 | 212 | 355 | 14 | 52 | 0 | 7 | 433 | 111 | 112 |
| Binary | 11010001 | 10001010 | 11101101 | 1100 | 101010 | 0 | 111 | 100011011 | 1001001 | 1001010 |
Color Harmonies of #D18AED
Complementary color
Monochromatic Colors of #D18AED
Black with #D18AED
Text Example
Text Example
White with #D18AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AED; }
p { color: rgb(209,138,237); }
H1.HeaderClassName
{
color: #D18AED;
}
.AnyTagClassName
{
color: #D18AED;
}
</style>
background-color css
<style>
a { background-color: #D18AED; }
a { background-color: rgb(209,138,237); }
div.DivClassName
{
background-color: #D18AED;
}
.BgClassName
{
background-color: #D18AED;
}
</style>
border-color css
<style>
span { border-color: #D18AED; }
span { border-color: rgb(209,138,237); }
td.TdClassName
{
border-color: #D18AED;
}
.TagClassName
{
border-color: #D18AED;
}
</style>