Shades of Wisteria #D18FF0
Tints of Wisteria #D18FF0
RGB
CMYK
RGB Variations
Color information
#D18FF0 (or 0xD18FF0) is known color: Wisteria. HEX triplet: D1, 8F and F0. RGB value is (209,143,240). Sum of RGB (Red+Green+Blue) = 209+143+240=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #D18FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18FF0 is #2E700F. Grayscale: #ADADAD. Windows color (decimal): -3043344 or 15765457. OLE color: 15765457.
HSL color Cylindrical-coordinate representation of color #D18FF0: hue angle of 280.82º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D18FF0 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 143 | 240 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.06 |
| HSL | 280.82º | 0.76% | 0.75% | - |
| HSV(B) | 280.82º | 0.4% | 0.94% | - |
| XYZ | 51.85 | 39.49 | 87.33 | - |
| YUV | 173.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 240 | 0.13 | 0.40 | 0 | 0.06 | 280.82 | 0.76 | 0.75 |
| Hex | D1 | 8F | F0 | D | 28 | 0 | 6 | 119 | 4C | 4B |
| Octal | 321 | 217 | 360 | 15 | 50 | 0 | 6 | 431 | 114 | 113 |
| Binary | 11010001 | 10001111 | 11110000 | 1101 | 101000 | 0 | 110 | 100011001 | 1001100 | 1001011 |
Color Harmonies of #D18FF0
Complementary color
Monochromatic Colors of #D18FF0
Black with #D18FF0
Text Example
Text Example
White with #D18FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FF0; }
p { color: rgb(209,143,240); }
H1.HeaderClassName
{
color: #D18FF0;
}
.AnyTagClassName
{
color: #D18FF0;
}
</style>
background-color css
<style>
a { background-color: #D18FF0; }
a { background-color: rgb(209,143,240); }
div.DivClassName
{
background-color: #D18FF0;
}
.BgClassName
{
background-color: #D18FF0;
}
</style>
border-color css
<style>
span { border-color: #D18FF0; }
span { border-color: rgb(209,143,240); }
td.TdClassName
{
border-color: #D18FF0;
}
.TagClassName
{
border-color: #D18FF0;
}
</style>