Shades of Wisteria #D58EED
Tints of Wisteria #D58EED
RGB
CMYK
RGB Variations
Color information
#D58EED (or 0xD58EED) is known color: Wisteria. HEX triplet: D5, 8E and ED. RGB value is (213,142,237). Sum of RGB (Red+Green+Blue) = 213+142+237=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #D58EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EED is #2A7112. Grayscale: #ADADAD. Windows color (decimal): -2781459 or 15568597. OLE color: 15568597.
HSL color Cylindrical-coordinate representation of color #D58EED: hue angle of 284.84º degrees, saturation: 0.73, 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 #D58EED is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 142 | 237 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.07 |
| HSL | 284.84º | 0.73% | 0.74% | - |
| HSV(B) | 284.84º | 0.4% | 0.93% | - |
| XYZ | 52.4 | 39.61 | 85 | - |
| YUV | 174.06 | 163.52 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 237 | 0.10 | 0.40 | 0 | 0.07 | 284.84 | 0.73 | 0.74 |
| Hex | D5 | 8E | ED | A | 28 | 0 | 7 | 11D | 49 | 4A |
| Octal | 325 | 216 | 355 | 12 | 50 | 0 | 7 | 435 | 111 | 112 |
| Binary | 11010101 | 10001110 | 11101101 | 1010 | 101000 | 0 | 111 | 100011101 | 1001001 | 1001010 |
Color Harmonies of #D58EED
Complementary color
Monochromatic Colors of #D58EED
Black with #D58EED
Text Example
Text Example
White with #D58EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58EED; }
p { color: rgb(213,142,237); }
H1.HeaderClassName
{
color: #D58EED;
}
.AnyTagClassName
{
color: #D58EED;
}
</style>
background-color css
<style>
a { background-color: #D58EED; }
a { background-color: rgb(213,142,237); }
div.DivClassName
{
background-color: #D58EED;
}
.BgClassName
{
background-color: #D58EED;
}
</style>
border-color css
<style>
span { border-color: #D58EED; }
span { border-color: rgb(213,142,237); }
td.TdClassName
{
border-color: #D58EED;
}
.TagClassName
{
border-color: #D58EED;
}
</style>