Shades of Wisteria #D18CEA
Tints of Wisteria #D18CEA
RGB
CMYK
RGB Variations
Color information
#D18CEA (or 0xD18CEA) is known color: Wisteria. HEX triplet: D1, 8C and EA. RGB value is (209,140,234). Sum of RGB (Red+Green+Blue) = 209+140+234=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #D18CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18CEA is #2E7315. Grayscale: #ABABAB. Windows color (decimal): -3044118 or 15371473. OLE color: 15371473.
HSL color Cylindrical-coordinate representation of color #D18CEA: hue angle of 284.04º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D18CEA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 140 | 234 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.08 |
| HSL | 284.04º | 0.69% | 0.73% | - |
| HSV(B) | 284.04º | 0.4% | 0.92% | - |
| XYZ | 50.52 | 38.25 | 82.56 | - |
| YUV | 171.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 234 | 0.11 | 0.40 | 0 | 0.08 | 284.04 | 0.69 | 0.73 |
| Hex | D1 | 8C | EA | B | 28 | 0 | 8 | 11C | 45 | 49 |
| Octal | 321 | 214 | 352 | 13 | 50 | 0 | 10 | 434 | 105 | 111 |
| Binary | 11010001 | 10001100 | 11101010 | 1011 | 101000 | 0 | 1000 | 100011100 | 1000101 | 1001001 |
Color Harmonies of #D18CEA
Complementary color
Monochromatic Colors of #D18CEA
Black with #D18CEA
Text Example
Text Example
White with #D18CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CEA; }
p { color: rgb(209,140,234); }
H1.HeaderClassName
{
color: #D18CEA;
}
.AnyTagClassName
{
color: #D18CEA;
}
</style>
background-color css
<style>
a { background-color: #D18CEA; }
a { background-color: rgb(209,140,234); }
div.DivClassName
{
background-color: #D18CEA;
}
.BgClassName
{
background-color: #D18CEA;
}
</style>
border-color css
<style>
span { border-color: #D18CEA; }
span { border-color: rgb(209,140,234); }
td.TdClassName
{
border-color: #D18CEA;
}
.TagClassName
{
border-color: #D18CEA;
}
</style>