Shades of Wisteria #D38EEC
Tints of Wisteria #D38EEC
RGB
CMYK
RGB Variations
Color information
#D38EEC (or 0xD38EEC) is known color: Wisteria. HEX triplet: D3, 8E and EC. RGB value is (211,142,236). Sum of RGB (Red+Green+Blue) = 211+142+236=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #D38EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38EEC is #2C7113. Grayscale: #ADADAD. Windows color (decimal): -2912532 or 15503059. OLE color: 15503059.
HSL color Cylindrical-coordinate representation of color #D38EEC: hue angle of 284.04º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D38EEC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 142 | 236 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.07 |
| HSL | 284.04º | 0.71% | 0.74% | - |
| HSV(B) | 284.04º | 0.4% | 0.93% | - |
| XYZ | 51.68 | 39.25 | 84.21 | - |
| YUV | 173.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 236 | 0.11 | 0.40 | 0 | 0.07 | 284.04 | 0.71 | 0.74 |
| Hex | D3 | 8E | EC | B | 28 | 0 | 7 | 11C | 47 | 4A |
| Octal | 323 | 216 | 354 | 13 | 50 | 0 | 7 | 434 | 107 | 112 |
| Binary | 11010011 | 10001110 | 11101100 | 1011 | 101000 | 0 | 111 | 100011100 | 1000111 | 1001010 |
Color Harmonies of #D38EEC
Complementary color
Monochromatic Colors of #D38EEC
Black with #D38EEC
Text Example
Text Example
White with #D38EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38EEC; }
p { color: rgb(211,142,236); }
H1.HeaderClassName
{
color: #D38EEC;
}
.AnyTagClassName
{
color: #D38EEC;
}
</style>
background-color css
<style>
a { background-color: #D38EEC; }
a { background-color: rgb(211,142,236); }
div.DivClassName
{
background-color: #D38EEC;
}
.BgClassName
{
background-color: #D38EEC;
}
</style>
border-color css
<style>
span { border-color: #D38EEC; }
span { border-color: rgb(211,142,236); }
td.TdClassName
{
border-color: #D38EEC;
}
.TagClassName
{
border-color: #D38EEC;
}
</style>