Shades of Wisteria #D38FED
Tints of Wisteria #D38FED
RGB
CMYK
RGB Variations
Color information
#D38FED (or 0xD38FED) is known color: Wisteria. HEX triplet: D3, 8F and ED. RGB value is (211,143,237). Sum of RGB (Red+Green+Blue) = 211+143+237=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #D38FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38FED is #2C7012. Grayscale: #ADADAD. Windows color (decimal): -2912275 or 15568851. OLE color: 15568851.
HSL color Cylindrical-coordinate representation of color #D38FED: hue angle of 283.4º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D38FED is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 143 | 237 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.07 |
| HSL | 283.4º | 0.72% | 0.75% | - |
| HSV(B) | 283.4º | 0.4% | 0.93% | - |
| XYZ | 51.97 | 39.61 | 85.03 | - |
| YUV | 174.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 237 | 0.11 | 0.40 | 0 | 0.07 | 283.4 | 0.72 | 0.75 |
| Hex | D3 | 8F | ED | B | 28 | 0 | 7 | 11B | 48 | 4B |
| Octal | 323 | 217 | 355 | 13 | 50 | 0 | 7 | 433 | 110 | 113 |
| Binary | 11010011 | 10001111 | 11101101 | 1011 | 101000 | 0 | 111 | 100011011 | 1001000 | 1001011 |
Color Harmonies of #D38FED
Complementary color
Monochromatic Colors of #D38FED
Black with #D38FED
Text Example
Text Example
White with #D38FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38FED; }
p { color: rgb(211,143,237); }
H1.HeaderClassName
{
color: #D38FED;
}
.AnyTagClassName
{
color: #D38FED;
}
</style>
background-color css
<style>
a { background-color: #D38FED; }
a { background-color: rgb(211,143,237); }
div.DivClassName
{
background-color: #D38FED;
}
.BgClassName
{
background-color: #D38FED;
}
</style>
border-color css
<style>
span { border-color: #D38FED; }
span { border-color: rgb(211,143,237); }
td.TdClassName
{
border-color: #D38FED;
}
.TagClassName
{
border-color: #D38FED;
}
</style>