Shades of Wisteria #D796EA
Tints of Wisteria #D796EA
RGB
CMYK
RGB Variations
Color information
#D796EA (or 0xD796EA) is known color: Wisteria. HEX triplet: D7, 96 and EA. RGB value is (215,150,234). Sum of RGB (Red+Green+Blue) = 215+150+234=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #D796EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D796EA is #286915. Grayscale: #B2B2B2. Windows color (decimal): -2648342 or 15374039. OLE color: 15374039.
HSL color Cylindrical-coordinate representation of color #D796EA: hue angle of 286.43º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D796EA is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 150 | 234 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.08 |
| HSL | 286.43º | 0.67% | 0.75% | - |
| HSV(B) | 286.43º | 0.36% | 0.92% | - |
| XYZ | 53.78 | 42.2 | 83.15 | - |
| YUV | 179.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 234 | 0.08 | 0.36 | 0 | 0.08 | 286.43 | 0.67 | 0.75 |
| Hex | D7 | 96 | EA | 8 | 24 | 0 | 8 | 11E | 43 | 4B |
| Octal | 327 | 226 | 352 | 10 | 44 | 0 | 10 | 436 | 103 | 113 |
| Binary | 11010111 | 10010110 | 11101010 | 1000 | 100100 | 0 | 1000 | 100011110 | 1000011 | 1001011 |
Color Harmonies of #D796EA
Complementary color
Monochromatic Colors of #D796EA
Black with #D796EA
Text Example
Text Example
White with #D796EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D796EA; }
p { color: rgb(215,150,234); }
H1.HeaderClassName
{
color: #D796EA;
}
.AnyTagClassName
{
color: #D796EA;
}
</style>
background-color css
<style>
a { background-color: #D796EA; }
a { background-color: rgb(215,150,234); }
div.DivClassName
{
background-color: #D796EA;
}
.BgClassName
{
background-color: #D796EA;
}
</style>
border-color css
<style>
span { border-color: #D796EA; }
span { border-color: rgb(215,150,234); }
td.TdClassName
{
border-color: #D796EA;
}
.TagClassName
{
border-color: #D796EA;
}
</style>