Shades of Wisteria #D69DED
Tints of Wisteria #D69DED
RGB
CMYK
RGB Variations
Color information
#D69DED (or 0xD69DED) is known color: Wisteria. HEX triplet: D6, 9D and ED. RGB value is (214,157,237). Sum of RGB (Red+Green+Blue) = 214+157+237=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #D69DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69DED is #296212. Grayscale: #B6B6B6. Windows color (decimal): -2712083 or 15572438. OLE color: 15572438.
HSL color Cylindrical-coordinate representation of color #D69DED: hue angle of 282.75º 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 #D69DED is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 157 | 237 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.07 |
| HSL | 282.75º | 0.69% | 0.77% | - |
| HSV(B) | 282.75º | 0.34% | 0.93% | - |
| XYZ | 55.07 | 44.52 | 85.81 | - |
| YUV | 183.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 237 | 0.10 | 0.34 | 0 | 0.07 | 282.75 | 0.69 | 0.77 |
| Hex | D6 | 9D | ED | A | 22 | 0 | 7 | 11B | 45 | 4D |
| Octal | 326 | 235 | 355 | 12 | 42 | 0 | 7 | 433 | 105 | 115 |
| Binary | 11010110 | 10011101 | 11101101 | 1010 | 100010 | 0 | 111 | 100011011 | 1000101 | 1001101 |
Color Harmonies of #D69DED
Complementary color
Monochromatic Colors of #D69DED
Black with #D69DED
Text Example
Text Example
White with #D69DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69DED; }
p { color: rgb(214,157,237); }
H1.HeaderClassName
{
color: #D69DED;
}
.AnyTagClassName
{
color: #D69DED;
}
</style>
background-color css
<style>
a { background-color: #D69DED; }
a { background-color: rgb(214,157,237); }
div.DivClassName
{
background-color: #D69DED;
}
.BgClassName
{
background-color: #D69DED;
}
</style>
border-color css
<style>
span { border-color: #D69DED; }
span { border-color: rgb(214,157,237); }
td.TdClassName
{
border-color: #D69DED;
}
.TagClassName
{
border-color: #D69DED;
}
</style>