Shades of Wisteria #D38FEC
Tints of Wisteria #D38FEC
RGB
CMYK
RGB Variations
Color information
#D38FEC (or 0xD38FEC) is known color: Wisteria. HEX triplet: D3, 8F and EC. RGB value is (211,143,236). Sum of RGB (Red+Green+Blue) = 211+143+236=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #D38FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38FEC is #2C7013. Grayscale: #ADADAD. Windows color (decimal): -2912276 or 15503315. OLE color: 15503315.
HSL color Cylindrical-coordinate representation of color #D38FEC: hue angle of 283.87º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D38FEC is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 143 | 236 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.07 |
| HSL | 283.87º | 0.71% | 0.74% | - |
| HSV(B) | 283.87º | 0.39% | 0.93% | - |
| XYZ | 51.83 | 39.55 | 84.26 | - |
| YUV | 173.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 236 | 0.11 | 0.39 | 0 | 0.07 | 283.87 | 0.71 | 0.74 |
| Hex | D3 | 8F | EC | B | 27 | 0 | 7 | 11C | 47 | 4A |
| Octal | 323 | 217 | 354 | 13 | 47 | 0 | 7 | 434 | 107 | 112 |
| Binary | 11010011 | 10001111 | 11101100 | 1011 | 100111 | 0 | 111 | 100011100 | 1000111 | 1001010 |
Color Harmonies of #D38FEC
Complementary color
Monochromatic Colors of #D38FEC
Black with #D38FEC
Text Example
Text Example
White with #D38FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38FEC; }
p { color: rgb(211,143,236); }
H1.HeaderClassName
{
color: #D38FEC;
}
.AnyTagClassName
{
color: #D38FEC;
}
</style>
background-color css
<style>
a { background-color: #D38FEC; }
a { background-color: rgb(211,143,236); }
div.DivClassName
{
background-color: #D38FEC;
}
.BgClassName
{
background-color: #D38FEC;
}
</style>
border-color css
<style>
span { border-color: #D38FEC; }
span { border-color: rgb(211,143,236); }
td.TdClassName
{
border-color: #D38FEC;
}
.TagClassName
{
border-color: #D38FEC;
}
</style>