Shades of Wisteria #D58EEC
Tints of Wisteria #D58EEC
RGB
CMYK
RGB Variations
Color information
#D58EEC (or 0xD58EEC) is known color: Wisteria. HEX triplet: D5, 8E and EC. RGB value is (213,142,236). Sum of RGB (Red+Green+Blue) = 213+142+236=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #D58EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EEC is #2A7113. Grayscale: #ADADAD. Windows color (decimal): -2781460 or 15503061. OLE color: 15503061.
HSL color Cylindrical-coordinate representation of color #D58EEC: hue angle of 285.32º 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 #D58EEC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 142 | 236 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.07 |
| HSL | 285.32º | 0.71% | 0.74% | - |
| HSV(B) | 285.32º | 0.4% | 0.93% | - |
| XYZ | 52.25 | 39.55 | 84.24 | - |
| YUV | 173.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 236 | 0.10 | 0.40 | 0 | 0.07 | 285.32 | 0.71 | 0.74 |
| Hex | D5 | 8E | EC | A | 28 | 0 | 7 | 11D | 47 | 4A |
| Octal | 325 | 216 | 354 | 12 | 50 | 0 | 7 | 435 | 107 | 112 |
| Binary | 11010101 | 10001110 | 11101100 | 1010 | 101000 | 0 | 111 | 100011101 | 1000111 | 1001010 |
Color Harmonies of #D58EEC
Complementary color
Monochromatic Colors of #D58EEC
Black with #D58EEC
Text Example
Text Example
White with #D58EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58EEC; }
p { color: rgb(213,142,236); }
H1.HeaderClassName
{
color: #D58EEC;
}
.AnyTagClassName
{
color: #D58EEC;
}
</style>
background-color css
<style>
a { background-color: #D58EEC; }
a { background-color: rgb(213,142,236); }
div.DivClassName
{
background-color: #D58EEC;
}
.BgClassName
{
background-color: #D58EEC;
}
</style>
border-color css
<style>
span { border-color: #D58EEC; }
span { border-color: rgb(213,142,236); }
td.TdClassName
{
border-color: #D58EEC;
}
.TagClassName
{
border-color: #D58EEC;
}
</style>