Shades of Wisteria #D18CE6
Tints of Wisteria #D18CE6
RGB
CMYK
RGB Variations
Color information
#D18CE6 (or 0xD18CE6) is known color: Wisteria. HEX triplet: D1, 8C and E6. RGB value is (209,140,230). Sum of RGB (Red+Green+Blue) = 209+140+230=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #D18CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18CE6 is #2E7319. Grayscale: #AAAAAA. Windows color (decimal): -3044122 or 15109329. OLE color: 15109329.
HSL color Cylindrical-coordinate representation of color #D18CE6: hue angle of 286º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D18CE6 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 140 | 230 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.10 |
| HSL | 286º | 0.64% | 0.73% | - |
| HSV(B) | 286º | 0.39% | 0.9% | - |
| XYZ | 49.96 | 38.02 | 79.57 | - |
| YUV | 170.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 230 | 0.09 | 0.39 | 0 | 0.10 | 286 | 0.64 | 0.73 |
| Hex | D1 | 8C | E6 | 9 | 27 | 0 | A | 11E | 40 | 49 |
| Octal | 321 | 214 | 346 | 11 | 47 | 0 | 12 | 436 | 100 | 111 |
| Binary | 11010001 | 10001100 | 11100110 | 1001 | 100111 | 0 | 1010 | 100011110 | 1000000 | 1001001 |
Color Harmonies of #D18CE6
Complementary color
Monochromatic Colors of #D18CE6
Black with #D18CE6
Text Example
Text Example
White with #D18CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CE6; }
p { color: rgb(209,140,230); }
H1.HeaderClassName
{
color: #D18CE6;
}
.AnyTagClassName
{
color: #D18CE6;
}
</style>
background-color css
<style>
a { background-color: #D18CE6; }
a { background-color: rgb(209,140,230); }
div.DivClassName
{
background-color: #D18CE6;
}
.BgClassName
{
background-color: #D18CE6;
}
</style>
border-color css
<style>
span { border-color: #D18CE6; }
span { border-color: rgb(209,140,230); }
td.TdClassName
{
border-color: #D18CE6;
}
.TagClassName
{
border-color: #D18CE6;
}
</style>