Shades of Wisteria #D59CEC
Tints of Wisteria #D59CEC
RGB
CMYK
RGB Variations
Color information
#D59CEC (or 0xD59CEC) is known color: Wisteria. HEX triplet: D5, 9C and EC. RGB value is (213,156,236). Sum of RGB (Red+Green+Blue) = 213+156+236=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #D59CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59CEC is #2A6313. Grayscale: #B5B5B5. Windows color (decimal): -2777876 or 15506645. OLE color: 15506645.
HSL color Cylindrical-coordinate representation of color #D59CEC: hue angle of 282.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D59CEC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 156 | 236 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.07 |
| HSL | 282.75º | 0.68% | 0.77% | - |
| HSV(B) | 282.75º | 0.34% | 0.93% | - |
| XYZ | 54.47 | 43.98 | 84.97 | - |
| YUV | 182.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 236 | 0.10 | 0.34 | 0 | 0.07 | 282.75 | 0.68 | 0.77 |
| Hex | D5 | 9C | EC | A | 22 | 0 | 7 | 11B | 44 | 4D |
| Octal | 325 | 234 | 354 | 12 | 42 | 0 | 7 | 433 | 104 | 115 |
| Binary | 11010101 | 10011100 | 11101100 | 1010 | 100010 | 0 | 111 | 100011011 | 1000100 | 1001101 |
Color Harmonies of #D59CEC
Complementary color
Monochromatic Colors of #D59CEC
Black with #D59CEC
Text Example
Text Example
White with #D59CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CEC; }
p { color: rgb(213,156,236); }
H1.HeaderClassName
{
color: #D59CEC;
}
.AnyTagClassName
{
color: #D59CEC;
}
</style>
background-color css
<style>
a { background-color: #D59CEC; }
a { background-color: rgb(213,156,236); }
div.DivClassName
{
background-color: #D59CEC;
}
.BgClassName
{
background-color: #D59CEC;
}
</style>
border-color css
<style>
span { border-color: #D59CEC; }
span { border-color: rgb(213,156,236); }
td.TdClassName
{
border-color: #D59CEC;
}
.TagClassName
{
border-color: #D59CEC;
}
</style>