Shades of Wisteria #D18FF3
Tints of Wisteria #D18FF3
RGB
CMYK
RGB Variations
Color information
#D18FF3 (or 0xD18FF3) is known color: Wisteria. HEX triplet: D1, 8F and F3. RGB value is (209,143,243). Sum of RGB (Red+Green+Blue) = 209+143+243=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #D18FF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18FF3 is #2E700C. Grayscale: #ADADAD. Windows color (decimal): -3043341 or 15962065. OLE color: 15962065.
HSL color Cylindrical-coordinate representation of color #D18FF3: hue angle of 279.6º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D18FF3 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 143 | 243 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.05 |
| HSL | 279.6º | 0.81% | 0.76% | - |
| HSV(B) | 279.6º | 0.41% | 0.95% | - |
| XYZ | 52.29 | 39.67 | 89.7 | - |
| YUV | 174.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 243 | 0.14 | 0.41 | 0 | 0.05 | 279.6 | 0.81 | 0.76 |
| Hex | D1 | 8F | F3 | E | 29 | 0 | 5 | 118 | 51 | 4C |
| Octal | 321 | 217 | 363 | 16 | 51 | 0 | 5 | 430 | 121 | 114 |
| Binary | 11010001 | 10001111 | 11110011 | 1110 | 101001 | 0 | 101 | 100011000 | 1010001 | 1001100 |
Color Harmonies of #D18FF3
Complementary color
Monochromatic Colors of #D18FF3
Black with #D18FF3
Text Example
Text Example
White with #D18FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FF3; }
p { color: rgb(209,143,243); }
H1.HeaderClassName
{
color: #D18FF3;
}
.AnyTagClassName
{
color: #D18FF3;
}
</style>
background-color css
<style>
a { background-color: #D18FF3; }
a { background-color: rgb(209,143,243); }
div.DivClassName
{
background-color: #D18FF3;
}
.BgClassName
{
background-color: #D18FF3;
}
</style>
border-color css
<style>
span { border-color: #D18FF3; }
span { border-color: rgb(209,143,243); }
td.TdClassName
{
border-color: #D18FF3;
}
.TagClassName
{
border-color: #D18FF3;
}
</style>