Shades of Wisteria #D18CE2
Tints of Wisteria #D18CE2
RGB
CMYK
RGB Variations
Color information
#D18CE2 (or 0xD18CE2) is known color: Wisteria. HEX triplet: D1, 8C and E2. RGB value is (209,140,226). Sum of RGB (Red+Green+Blue) = 209+140+226=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #D18CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CE2 is #2E731D. Grayscale: #AAAAAA. Windows color (decimal): -3044126 or 14847185. OLE color: 14847185.
HSL color Cylindrical-coordinate representation of color #D18CE2: hue angle of 288.14º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D18CE2 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 140 | 226 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.11 |
| HSL | 288.14º | 0.6% | 0.72% | - |
| HSV(B) | 288.14º | 0.38% | 0.89% | - |
| XYZ | 49.4 | 37.8 | 76.64 | - |
| YUV | 170.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 226 | 0.08 | 0.38 | 0 | 0.11 | 288.14 | 0.6 | 0.72 |
| Hex | D1 | 8C | E2 | 8 | 26 | 0 | B | 120 | 3C | 48 |
| Octal | 321 | 214 | 342 | 10 | 46 | 0 | 13 | 440 | 74 | 110 |
| Binary | 11010001 | 10001100 | 11100010 | 1000 | 100110 | 0 | 1011 | 100100000 | 111100 | 1001000 |
Color Harmonies of #D18CE2
Complementary color
Monochromatic Colors of #D18CE2
Black with #D18CE2
Text Example
Text Example
White with #D18CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CE2; }
p { color: rgb(209,140,226); }
H1.HeaderClassName
{
color: #D18CE2;
}
.AnyTagClassName
{
color: #D18CE2;
}
</style>
background-color css
<style>
a { background-color: #D18CE2; }
a { background-color: rgb(209,140,226); }
div.DivClassName
{
background-color: #D18CE2;
}
.BgClassName
{
background-color: #D18CE2;
}
</style>
border-color css
<style>
span { border-color: #D18CE2; }
span { border-color: rgb(209,140,226); }
td.TdClassName
{
border-color: #D18CE2;
}
.TagClassName
{
border-color: #D18CE2;
}
</style>