Shades of Wisteria #D49CED
Tints of Wisteria #D49CED
RGB
CMYK
RGB Variations
Color information
#D49CED (or 0xD49CED) is known color: Wisteria. HEX triplet: D4, 9C and ED. RGB value is (212,156,237). Sum of RGB (Red+Green+Blue) = 212+156+237=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #D49CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CED is #2B6312. Grayscale: #B5B5B5. Windows color (decimal): -2843411 or 15572180. OLE color: 15572180.
HSL color Cylindrical-coordinate representation of color #D49CED: hue angle of 281.48º degrees, saturation: 0.69, 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 #D49CED is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 156 | 237 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.07 |
| HSL | 281.48º | 0.69% | 0.77% | - |
| HSV(B) | 281.48º | 0.34% | 0.93% | - |
| XYZ | 54.33 | 43.89 | 85.73 | - |
| YUV | 181.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 237 | 0.11 | 0.34 | 0 | 0.07 | 281.48 | 0.69 | 0.77 |
| Hex | D4 | 9C | ED | B | 22 | 0 | 7 | 119 | 45 | 4D |
| Octal | 324 | 234 | 355 | 13 | 42 | 0 | 7 | 431 | 105 | 115 |
| Binary | 11010100 | 10011100 | 11101101 | 1011 | 100010 | 0 | 111 | 100011001 | 1000101 | 1001101 |
Color Harmonies of #D49CED
Complementary color
Monochromatic Colors of #D49CED
Black with #D49CED
Text Example
Text Example
White with #D49CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CED; }
p { color: rgb(212,156,237); }
H1.HeaderClassName
{
color: #D49CED;
}
.AnyTagClassName
{
color: #D49CED;
}
</style>
background-color css
<style>
a { background-color: #D49CED; }
a { background-color: rgb(212,156,237); }
div.DivClassName
{
background-color: #D49CED;
}
.BgClassName
{
background-color: #D49CED;
}
</style>
border-color css
<style>
span { border-color: #D49CED; }
span { border-color: rgb(212,156,237); }
td.TdClassName
{
border-color: #D49CED;
}
.TagClassName
{
border-color: #D49CED;
}
</style>