Shades of Wisteria #D997EC
Tints of Wisteria #D997EC
RGB
CMYK
RGB Variations
Color information
#D997EC (or 0xD997EC) is known color: Wisteria. HEX triplet: D9, 97 and EC. RGB value is (217,151,236). Sum of RGB (Red+Green+Blue) = 217+151+236=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #D997EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D997EC is #266813. Grayscale: #B4B4B4. Windows color (decimal): -2517012 or 15505369. OLE color: 15505369.
HSL color Cylindrical-coordinate representation of color #D997EC: hue angle of 286.59º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D997EC is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 151 | 236 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.07 |
| HSL | 286.59º | 0.69% | 0.76% | - |
| HSV(B) | 286.59º | 0.36% | 0.93% | - |
| XYZ | 54.82 | 42.94 | 84.76 | - |
| YUV | 180.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 236 | 0.08 | 0.36 | 0 | 0.07 | 286.59 | 0.69 | 0.76 |
| Hex | D9 | 97 | EC | 8 | 24 | 0 | 7 | 11F | 45 | 4C |
| Octal | 331 | 227 | 354 | 10 | 44 | 0 | 7 | 437 | 105 | 114 |
| Binary | 11011001 | 10010111 | 11101100 | 1000 | 100100 | 0 | 111 | 100011111 | 1000101 | 1001100 |
Color Harmonies of #D997EC
Complementary color
Monochromatic Colors of #D997EC
Black with #D997EC
Text Example
Text Example
White with #D997EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997EC; }
p { color: rgb(217,151,236); }
H1.HeaderClassName
{
color: #D997EC;
}
.AnyTagClassName
{
color: #D997EC;
}
</style>
background-color css
<style>
a { background-color: #D997EC; }
a { background-color: rgb(217,151,236); }
div.DivClassName
{
background-color: #D997EC;
}
.BgClassName
{
background-color: #D997EC;
}
</style>
border-color css
<style>
span { border-color: #D997EC; }
span { border-color: rgb(217,151,236); }
td.TdClassName
{
border-color: #D997EC;
}
.TagClassName
{
border-color: #D997EC;
}
</style>