Shades of Wisteria #D18CE1
Tints of Wisteria #D18CE1
RGB
CMYK
RGB Variations
Color information
#D18CE1 (or 0xD18CE1) is known color: Wisteria. HEX triplet: D1, 8C and E1. RGB value is (209,140,225). Sum of RGB (Red+Green+Blue) = 209+140+225=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #D18CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CE1 is #2E731E. Grayscale: #AAAAAA. Windows color (decimal): -3044127 or 14781649. OLE color: 14781649.
HSL color Cylindrical-coordinate representation of color #D18CE1: hue angle of 288.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D18CE1 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 140 | 225 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.12 |
| HSL | 288.71º | 0.59% | 0.72% | - |
| HSV(B) | 288.71º | 0.38% | 0.88% | - |
| XYZ | 49.26 | 37.75 | 75.92 | - |
| YUV | 170.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 225 | 0.07 | 0.38 | 0 | 0.12 | 288.71 | 0.59 | 0.72 |
| Hex | D1 | 8C | E1 | 7 | 26 | 0 | C | 121 | 3B | 48 |
| Octal | 321 | 214 | 341 | 7 | 46 | 0 | 14 | 441 | 73 | 110 |
| Binary | 11010001 | 10001100 | 11100001 | 111 | 100110 | 0 | 1100 | 100100001 | 111011 | 1001000 |
Color Harmonies of #D18CE1
Complementary color
Monochromatic Colors of #D18CE1
Black with #D18CE1
Text Example
Text Example
White with #D18CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CE1; }
p { color: rgb(209,140,225); }
H1.HeaderClassName
{
color: #D18CE1;
}
.AnyTagClassName
{
color: #D18CE1;
}
</style>
background-color css
<style>
a { background-color: #D18CE1; }
a { background-color: rgb(209,140,225); }
div.DivClassName
{
background-color: #D18CE1;
}
.BgClassName
{
background-color: #D18CE1;
}
</style>
border-color css
<style>
span { border-color: #D18CE1; }
span { border-color: rgb(209,140,225); }
td.TdClassName
{
border-color: #D18CE1;
}
.TagClassName
{
border-color: #D18CE1;
}
</style>