Shades of Wisteria #D49CEE
Tints of Wisteria #D49CEE
RGB
CMYK
RGB Variations
Color information
#D49CEE (or 0xD49CEE) is known color: Wisteria. HEX triplet: D4, 9C and EE. RGB value is (212,156,238). Sum of RGB (Red+Green+Blue) = 212+156+238=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #D49CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CEE is #2B6311. Grayscale: #B5B5B5. Windows color (decimal): -2843410 or 15637716. OLE color: 15637716.
HSL color Cylindrical-coordinate representation of color #D49CEE: hue angle of 280.98º degrees, saturation: 0.71, 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 #D49CEE is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 156 | 238 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.07 |
| HSL | 280.98º | 0.71% | 0.77% | - |
| HSV(B) | 280.98º | 0.34% | 0.93% | - |
| XYZ | 54.47 | 43.95 | 86.5 | - |
| YUV | 182.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 238 | 0.11 | 0.34 | 0 | 0.07 | 280.98 | 0.71 | 0.77 |
| Hex | D4 | 9C | EE | B | 22 | 0 | 7 | 119 | 47 | 4D |
| Octal | 324 | 234 | 356 | 13 | 42 | 0 | 7 | 431 | 107 | 115 |
| Binary | 11010100 | 10011100 | 11101110 | 1011 | 100010 | 0 | 111 | 100011001 | 1000111 | 1001101 |
Color Harmonies of #D49CEE
Complementary color
Monochromatic Colors of #D49CEE
Black with #D49CEE
Text Example
Text Example
White with #D49CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CEE; }
p { color: rgb(212,156,238); }
H1.HeaderClassName
{
color: #D49CEE;
}
.AnyTagClassName
{
color: #D49CEE;
}
</style>
background-color css
<style>
a { background-color: #D49CEE; }
a { background-color: rgb(212,156,238); }
div.DivClassName
{
background-color: #D49CEE;
}
.BgClassName
{
background-color: #D49CEE;
}
</style>
border-color css
<style>
span { border-color: #D49CEE; }
span { border-color: rgb(212,156,238); }
td.TdClassName
{
border-color: #D49CEE;
}
.TagClassName
{
border-color: #D49CEE;
}
</style>