Shades of Wisteria #D69FEB
Tints of Wisteria #D69FEB
RGB
CMYK
RGB Variations
Color information
#D69FEB (or 0xD69FEB) is known color: Wisteria. HEX triplet: D6, 9F and EB. RGB value is (214,159,235). Sum of RGB (Red+Green+Blue) = 214+159+235=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #D69FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FEB is #296014. Grayscale: #B7B7B7. Windows color (decimal): -2711573 or 15441878. OLE color: 15441878.
HSL color Cylindrical-coordinate representation of color #D69FEB: hue angle of 283.42º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69FEB is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 159 | 235 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.08 |
| HSL | 283.42º | 0.66% | 0.77% | - |
| HSV(B) | 283.42º | 0.32% | 0.92% | - |
| XYZ | 55.13 | 45.09 | 84.4 | - |
| YUV | 184.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 235 | 0.09 | 0.32 | 0 | 0.08 | 283.42 | 0.66 | 0.77 |
| Hex | D6 | 9F | EB | 9 | 20 | 0 | 8 | 11B | 42 | 4D |
| Octal | 326 | 237 | 353 | 11 | 40 | 0 | 10 | 433 | 102 | 115 |
| Binary | 11010110 | 10011111 | 11101011 | 1001 | 100000 | 0 | 1000 | 100011011 | 1000010 | 1001101 |
Color Harmonies of #D69FEB
Complementary color
Monochromatic Colors of #D69FEB
Black with #D69FEB
Text Example
Text Example
White with #D69FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FEB; }
p { color: rgb(214,159,235); }
H1.HeaderClassName
{
color: #D69FEB;
}
.AnyTagClassName
{
color: #D69FEB;
}
</style>
background-color css
<style>
a { background-color: #D69FEB; }
a { background-color: rgb(214,159,235); }
div.DivClassName
{
background-color: #D69FEB;
}
.BgClassName
{
background-color: #D69FEB;
}
</style>
border-color css
<style>
span { border-color: #D69FEB; }
span { border-color: rgb(214,159,235); }
td.TdClassName
{
border-color: #D69FEB;
}
.TagClassName
{
border-color: #D69FEB;
}
</style>