Shades of Wisteria #D49CEC
Tints of Wisteria #D49CEC
RGB
CMYK
RGB Variations
Color information
#D49CEC (or 0xD49CEC) is known color: Wisteria. HEX triplet: D4, 9C and EC. RGB value is (212,156,236). Sum of RGB (Red+Green+Blue) = 212+156+236=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #D49CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CEC is #2B6313. Grayscale: #B5B5B5. Windows color (decimal): -2843412 or 15506644. OLE color: 15506644.
HSL color Cylindrical-coordinate representation of color #D49CEC: hue angle of 282º 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 #D49CEC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 156 | 236 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.07 |
| HSL | 282º | 0.68% | 0.77% | - |
| HSV(B) | 282º | 0.34% | 0.93% | - |
| XYZ | 54.18 | 43.83 | 84.96 | - |
| YUV | 181.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 236 | 0.10 | 0.34 | 0 | 0.07 | 282 | 0.68 | 0.77 |
| Hex | D4 | 9C | EC | A | 22 | 0 | 7 | 11A | 44 | 4D |
| Octal | 324 | 234 | 354 | 12 | 42 | 0 | 7 | 432 | 104 | 115 |
| Binary | 11010100 | 10011100 | 11101100 | 1010 | 100010 | 0 | 111 | 100011010 | 1000100 | 1001101 |
Color Harmonies of #D49CEC
Complementary color
Monochromatic Colors of #D49CEC
Black with #D49CEC
Text Example
Text Example
White with #D49CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CEC; }
p { color: rgb(212,156,236); }
H1.HeaderClassName
{
color: #D49CEC;
}
.AnyTagClassName
{
color: #D49CEC;
}
</style>
background-color css
<style>
a { background-color: #D49CEC; }
a { background-color: rgb(212,156,236); }
div.DivClassName
{
background-color: #D49CEC;
}
.BgClassName
{
background-color: #D49CEC;
}
</style>
border-color css
<style>
span { border-color: #D49CEC; }
span { border-color: rgb(212,156,236); }
td.TdClassName
{
border-color: #D49CEC;
}
.TagClassName
{
border-color: #D49CEC;
}
</style>