Shades of Wisteria #D7ADEA
Tints of Wisteria #D7ADEA
RGB
CMYK
RGB Variations
Color information
#D7ADEA (or 0xD7ADEA) is known color: Wisteria. HEX triplet: D7, AD and EA. RGB value is (215,173,234). Sum of RGB (Red+Green+Blue) = 215+173+234=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADEA is #285215. Grayscale: #C0C0C0. Windows color (decimal): -2642454 or 15379927. OLE color: 15379927.
HSL color Cylindrical-coordinate representation of color #D7ADEA: hue angle of 281.31º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7ADEA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 173 | 234 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.08 |
| HSL | 281.31º | 0.59% | 0.8% | - |
| HSV(B) | 281.31º | 0.26% | 0.92% | - |
| XYZ | 57.82 | 50.27 | 84.5 | - |
| YUV | 192.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 234 | 0.08 | 0.26 | 0 | 0.08 | 281.31 | 0.59 | 0.8 |
| Hex | D7 | AD | EA | 8 | 1A | 0 | 8 | 119 | 3B | 50 |
| Octal | 327 | 255 | 352 | 10 | 32 | 0 | 10 | 431 | 73 | 120 |
| Binary | 11010111 | 10101101 | 11101010 | 1000 | 11010 | 0 | 1000 | 100011001 | 111011 | 1010000 |
Color Harmonies of #D7ADEA
Complementary color
Monochromatic Colors of #D7ADEA
Black with #D7ADEA
Text Example
Text Example
White with #D7ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADEA; }
p { color: rgb(215,173,234); }
H1.HeaderClassName
{
color: #D7ADEA;
}
.AnyTagClassName
{
color: #D7ADEA;
}
</style>
background-color css
<style>
a { background-color: #D7ADEA; }
a { background-color: rgb(215,173,234); }
div.DivClassName
{
background-color: #D7ADEA;
}
.BgClassName
{
background-color: #D7ADEA;
}
</style>
border-color css
<style>
span { border-color: #D7ADEA; }
span { border-color: rgb(215,173,234); }
td.TdClassName
{
border-color: #D7ADEA;
}
.TagClassName
{
border-color: #D7ADEA;
}
</style>