Shades of Wisteria #D6A8EB
Tints of Wisteria #D6A8EB
RGB
CMYK
RGB Variations
Color information
#D6A8EB (or 0xD6A8EB) is known color: Wisteria. HEX triplet: D6, A8 and EB. RGB value is (214,168,235). Sum of RGB (Red+Green+Blue) = 214+168+235=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A8EB is #295714. Grayscale: #BDBDBD. Windows color (decimal): -2709269 or 15444182. OLE color: 15444182.
HSL color Cylindrical-coordinate representation of color #D6A8EB: hue angle of 281.19º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6A8EB is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 168 | 235 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.08 |
| HSL | 281.19º | 0.63% | 0.79% | - |
| HSV(B) | 281.19º | 0.29% | 0.92% | - |
| XYZ | 56.73 | 48.3 | 84.93 | - |
| YUV | 189.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 235 | 0.09 | 0.29 | 0 | 0.08 | 281.19 | 0.63 | 0.79 |
| Hex | D6 | A8 | EB | 9 | 1D | 0 | 8 | 119 | 3F | 4F |
| Octal | 326 | 250 | 353 | 11 | 35 | 0 | 10 | 431 | 77 | 117 |
| Binary | 11010110 | 10101000 | 11101011 | 1001 | 11101 | 0 | 1000 | 100011001 | 111111 | 1001111 |
Color Harmonies of #D6A8EB
Complementary color
Monochromatic Colors of #D6A8EB
Black with #D6A8EB
Text Example
Text Example
White with #D6A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A8EB; }
p { color: rgb(214,168,235); }
H1.HeaderClassName
{
color: #D6A8EB;
}
.AnyTagClassName
{
color: #D6A8EB;
}
</style>
background-color css
<style>
a { background-color: #D6A8EB; }
a { background-color: rgb(214,168,235); }
div.DivClassName
{
background-color: #D6A8EB;
}
.BgClassName
{
background-color: #D6A8EB;
}
</style>
border-color css
<style>
span { border-color: #D6A8EB; }
span { border-color: rgb(214,168,235); }
td.TdClassName
{
border-color: #D6A8EB;
}
.TagClassName
{
border-color: #D6A8EB;
}
</style>