Shades of Wisteria #D797EF
Tints of Wisteria #D797EF
RGB
CMYK
RGB Variations
Color information
#D797EF (or 0xD797EF) is known color: Wisteria. HEX triplet: D7, 97 and EF. RGB value is (215,151,239). Sum of RGB (Red+Green+Blue) = 215+151+239=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 151 (59.38% from 255 or 24.96% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #D797EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D797EF is #286810. Grayscale: #B3B3B3. Windows color (decimal): -2648081 or 15701975. OLE color: 15701975.
HSL color Cylindrical-coordinate representation of color #D797EF: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D797EF is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 151 | 239 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.06 |
| HSL | 283.64º | 0.73% | 0.76% | - |
| HSV(B) | 283.64º | 0.37% | 0.94% | - |
| XYZ | 54.67 | 42.81 | 87.04 | - |
| YUV | 180.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 239 | 0.10 | 0.37 | 0 | 0.06 | 283.64 | 0.73 | 0.76 |
| Hex | D7 | 97 | EF | A | 25 | 0 | 6 | 11C | 49 | 4C |
| Octal | 327 | 227 | 357 | 12 | 45 | 0 | 6 | 434 | 111 | 114 |
| Binary | 11010111 | 10010111 | 11101111 | 1010 | 100101 | 0 | 110 | 100011100 | 1001001 | 1001100 |
Color Harmonies of #D797EF
Complementary color
Monochromatic Colors of #D797EF
Black with #D797EF
Text Example
Text Example
White with #D797EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D797EF; }
p { color: rgb(215,151,239); }
H1.HeaderClassName
{
color: #D797EF;
}
.AnyTagClassName
{
color: #D797EF;
}
</style>
background-color css
<style>
a { background-color: #D797EF; }
a { background-color: rgb(215,151,239); }
div.DivClassName
{
background-color: #D797EF;
}
.BgClassName
{
background-color: #D797EF;
}
</style>
border-color css
<style>
span { border-color: #D797EF; }
span { border-color: rgb(215,151,239); }
td.TdClassName
{
border-color: #D797EF;
}
.TagClassName
{
border-color: #D797EF;
}
</style>