Shades of Wisteria #D29CE6
Tints of Wisteria #D29CE6
RGB
CMYK
RGB Variations
Color information
#D29CE6 (or 0xD29CE6) is known color: Wisteria. HEX triplet: D2, 9C and E6. RGB value is (210,156,230). Sum of RGB (Red+Green+Blue) = 210+156+230=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #D29CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CE6 is #2D6319. Grayscale: #B4B4B4. Windows color (decimal): -2974490 or 15113426. OLE color: 15113426.
HSL color Cylindrical-coordinate representation of color #D29CE6: hue angle of 283.78º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D29CE6 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 156 | 230 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.10 |
| HSL | 283.78º | 0.6% | 0.76% | - |
| HSV(B) | 283.78º | 0.32% | 0.9% | - |
| XYZ | 52.75 | 43.19 | 80.42 | - |
| YUV | 180.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 230 | 0.09 | 0.32 | 0 | 0.10 | 283.78 | 0.6 | 0.76 |
| Hex | D2 | 9C | E6 | 9 | 20 | 0 | A | 11C | 3C | 4C |
| Octal | 322 | 234 | 346 | 11 | 40 | 0 | 12 | 434 | 74 | 114 |
| Binary | 11010010 | 10011100 | 11100110 | 1001 | 100000 | 0 | 1010 | 100011100 | 111100 | 1001100 |
Color Harmonies of #D29CE6
Complementary color
Monochromatic Colors of #D29CE6
Black with #D29CE6
Text Example
Text Example
White with #D29CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CE6; }
p { color: rgb(210,156,230); }
H1.HeaderClassName
{
color: #D29CE6;
}
.AnyTagClassName
{
color: #D29CE6;
}
</style>
background-color css
<style>
a { background-color: #D29CE6; }
a { background-color: rgb(210,156,230); }
div.DivClassName
{
background-color: #D29CE6;
}
.BgClassName
{
background-color: #D29CE6;
}
</style>
border-color css
<style>
span { border-color: #D29CE6; }
span { border-color: rgb(210,156,230); }
td.TdClassName
{
border-color: #D29CE6;
}
.TagClassName
{
border-color: #D29CE6;
}
</style>