Shades of Wisteria #D69EED
Tints of Wisteria #D69EED
RGB
CMYK
RGB Variations
Color information
#D69EED (or 0xD69EED) is known color: Wisteria. HEX triplet: D6, 9E and ED. RGB value is (214,158,237). Sum of RGB (Red+Green+Blue) = 214+158+237=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #D69EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EED is #296112. Grayscale: #B7B7B7. Windows color (decimal): -2711827 or 15572694. OLE color: 15572694.
HSL color Cylindrical-coordinate representation of color #D69EED: hue angle of 282.53º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69EED is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 158 | 237 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.07 |
| HSL | 282.53º | 0.69% | 0.77% | - |
| HSV(B) | 282.53º | 0.33% | 0.93% | - |
| XYZ | 55.24 | 44.86 | 85.87 | - |
| YUV | 183.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 237 | 0.10 | 0.33 | 0 | 0.07 | 282.53 | 0.69 | 0.77 |
| Hex | D6 | 9E | ED | A | 21 | 0 | 7 | 11B | 45 | 4D |
| Octal | 326 | 236 | 355 | 12 | 41 | 0 | 7 | 433 | 105 | 115 |
| Binary | 11010110 | 10011110 | 11101101 | 1010 | 100001 | 0 | 111 | 100011011 | 1000101 | 1001101 |
Color Harmonies of #D69EED
Complementary color
Monochromatic Colors of #D69EED
Black with #D69EED
Text Example
Text Example
White with #D69EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69EED; }
p { color: rgb(214,158,237); }
H1.HeaderClassName
{
color: #D69EED;
}
.AnyTagClassName
{
color: #D69EED;
}
</style>
background-color css
<style>
a { background-color: #D69EED; }
a { background-color: rgb(214,158,237); }
div.DivClassName
{
background-color: #D69EED;
}
.BgClassName
{
background-color: #D69EED;
}
</style>
border-color css
<style>
span { border-color: #D69EED; }
span { border-color: rgb(214,158,237); }
td.TdClassName
{
border-color: #D69EED;
}
.TagClassName
{
border-color: #D69EED;
}
</style>