Shades of Wisteria #D18FED
Tints of Wisteria #D18FED
RGB
CMYK
RGB Variations
Color information
#D18FED (or 0xD18FED) is known color: Wisteria. HEX triplet: D1, 8F and ED. RGB value is (209,143,237). Sum of RGB (Red+Green+Blue) = 209+143+237=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #D18FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18FED is #2E7012. Grayscale: #ADADAD. Windows color (decimal): -3043347 or 15568849. OLE color: 15568849.
HSL color Cylindrical-coordinate representation of color #D18FED: hue angle of 282.13º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D18FED is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 143 | 237 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.07 |
| HSL | 282.13º | 0.72% | 0.75% | - |
| HSV(B) | 282.13º | 0.4% | 0.93% | - |
| XYZ | 51.4 | 39.31 | 85 | - |
| YUV | 173.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 237 | 0.12 | 0.40 | 0 | 0.07 | 282.13 | 0.72 | 0.75 |
| Hex | D1 | 8F | ED | C | 28 | 0 | 7 | 11A | 48 | 4B |
| Octal | 321 | 217 | 355 | 14 | 50 | 0 | 7 | 432 | 110 | 113 |
| Binary | 11010001 | 10001111 | 11101101 | 1100 | 101000 | 0 | 111 | 100011010 | 1001000 | 1001011 |
Color Harmonies of #D18FED
Complementary color
Monochromatic Colors of #D18FED
Black with #D18FED
Text Example
Text Example
White with #D18FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FED; }
p { color: rgb(209,143,237); }
H1.HeaderClassName
{
color: #D18FED;
}
.AnyTagClassName
{
color: #D18FED;
}
</style>
background-color css
<style>
a { background-color: #D18FED; }
a { background-color: rgb(209,143,237); }
div.DivClassName
{
background-color: #D18FED;
}
.BgClassName
{
background-color: #D18FED;
}
</style>
border-color css
<style>
span { border-color: #D18FED; }
span { border-color: rgb(209,143,237); }
td.TdClassName
{
border-color: #D18FED;
}
.TagClassName
{
border-color: #D18FED;
}
</style>