Shades of Wisteria #D49CE4
Tints of Wisteria #D49CE4
RGB
CMYK
RGB Variations
Color information
#D49CE4 (or 0xD49CE4) is known color: Wisteria. HEX triplet: D4, 9C and E4. RGB value is (212,156,228). Sum of RGB (Red+Green+Blue) = 212+156+228=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 228 - color contains mainly: blue. Hex color #D49CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CE4 is #2B631B. Grayscale: #B4B4B4. Windows color (decimal): -2843420 or 14982356. OLE color: 14982356.
HSL color Cylindrical-coordinate representation of color #D49CE4: hue angle of 286.67º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49CE4 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 156 | 228 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.11 |
| HSL | 286.67º | 0.57% | 0.75% | - |
| HSV(B) | 286.67º | 0.32% | 0.89% | - |
| XYZ | 53.04 | 43.38 | 78.98 | - |
| YUV | 180.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 228 | 0.07 | 0.32 | 0 | 0.11 | 286.67 | 0.57 | 0.75 |
| Hex | D4 | 9C | E4 | 7 | 20 | 0 | B | 11F | 39 | 4B |
| Octal | 324 | 234 | 344 | 7 | 40 | 0 | 13 | 437 | 71 | 113 |
| Binary | 11010100 | 10011100 | 11100100 | 111 | 100000 | 0 | 1011 | 100011111 | 111001 | 1001011 |
Color Harmonies of #D49CE4
Complementary color
Monochromatic Colors of #D49CE4
Black with #D49CE4
Text Example
Text Example
White with #D49CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CE4; }
p { color: rgb(212,156,228); }
H1.HeaderClassName
{
color: #D49CE4;
}
.AnyTagClassName
{
color: #D49CE4;
}
</style>
background-color css
<style>
a { background-color: #D49CE4; }
a { background-color: rgb(212,156,228); }
div.DivClassName
{
background-color: #D49CE4;
}
.BgClassName
{
background-color: #D49CE4;
}
</style>
border-color css
<style>
span { border-color: #D49CE4; }
span { border-color: rgb(212,156,228); }
td.TdClassName
{
border-color: #D49CE4;
}
.TagClassName
{
border-color: #D49CE4;
}
</style>