Shades of Wisteria #D18EF3
Tints of Wisteria #D18EF3
RGB
CMYK
RGB Variations
Color information
#D18EF3 (or 0xD18EF3) is known color: Wisteria. HEX triplet: D1, 8E and F3. RGB value is (209,142,243). Sum of RGB (Red+Green+Blue) = 209+142+243=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #D18EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18EF3 is #2E710C. Grayscale: #ADADAD. Windows color (decimal): -3043597 or 15961809. OLE color: 15961809.
HSL color Cylindrical-coordinate representation of color #D18EF3: hue angle of 279.8º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D18EF3 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 142 | 243 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.05 |
| HSL | 279.8º | 0.81% | 0.75% | - |
| HSV(B) | 279.8º | 0.42% | 0.95% | - |
| XYZ | 52.15 | 39.37 | 89.65 | - |
| YUV | 173.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 142 | 243 | 0.14 | 0.42 | 0 | 0.05 | 279.8 | 0.81 | 0.75 |
| Hex | D1 | 8E | F3 | E | 2A | 0 | 5 | 118 | 51 | 4B |
| Octal | 321 | 216 | 363 | 16 | 52 | 0 | 5 | 430 | 121 | 113 |
| Binary | 11010001 | 10001110 | 11110011 | 1110 | 101010 | 0 | 101 | 100011000 | 1010001 | 1001011 |
Color Harmonies of #D18EF3
Complementary color
Monochromatic Colors of #D18EF3
Black with #D18EF3
Text Example
Text Example
White with #D18EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18EF3; }
p { color: rgb(209,142,243); }
H1.HeaderClassName
{
color: #D18EF3;
}
.AnyTagClassName
{
color: #D18EF3;
}
</style>
background-color css
<style>
a { background-color: #D18EF3; }
a { background-color: rgb(209,142,243); }
div.DivClassName
{
background-color: #D18EF3;
}
.BgClassName
{
background-color: #D18EF3;
}
</style>
border-color css
<style>
span { border-color: #D18EF3; }
span { border-color: rgb(209,142,243); }
td.TdClassName
{
border-color: #D18EF3;
}
.TagClassName
{
border-color: #D18EF3;
}
</style>