Shades of Wisteria #D696E5
Tints of Wisteria #D696E5
RGB
CMYK
RGB Variations
Color information
#D696E5 (or 0xD696E5) is known color: Wisteria. HEX triplet: D6, 96 and E5. RGB value is (214,150,229). Sum of RGB (Red+Green+Blue) = 214+150+229=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #D696E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696E5 is #29691A. Grayscale: #B1B1B1. Windows color (decimal): -2713883 or 15046358. OLE color: 15046358.
HSL color Cylindrical-coordinate representation of color #D696E5: hue angle of 288.61º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D696E5 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 150 | 229 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.10 |
| HSL | 288.61º | 0.6% | 0.74% | - |
| HSV(B) | 288.61º | 0.34% | 0.9% | - |
| XYZ | 52.78 | 41.77 | 79.41 | - |
| YUV | 178.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 229 | 0.07 | 0.34 | 0 | 0.10 | 288.61 | 0.6 | 0.74 |
| Hex | D6 | 96 | E5 | 7 | 22 | 0 | A | 121 | 3C | 4A |
| Octal | 326 | 226 | 345 | 7 | 42 | 0 | 12 | 441 | 74 | 112 |
| Binary | 11010110 | 10010110 | 11100101 | 111 | 100010 | 0 | 1010 | 100100001 | 111100 | 1001010 |
Color Harmonies of #D696E5
Complementary color
Monochromatic Colors of #D696E5
Black with #D696E5
Text Example
Text Example
White with #D696E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696E5; }
p { color: rgb(214,150,229); }
H1.HeaderClassName
{
color: #D696E5;
}
.AnyTagClassName
{
color: #D696E5;
}
</style>
background-color css
<style>
a { background-color: #D696E5; }
a { background-color: rgb(214,150,229); }
div.DivClassName
{
background-color: #D696E5;
}
.BgClassName
{
background-color: #D696E5;
}
</style>
border-color css
<style>
span { border-color: #D696E5; }
span { border-color: rgb(214,150,229); }
td.TdClassName
{
border-color: #D696E5;
}
.TagClassName
{
border-color: #D696E5;
}
</style>