Shades of Wisteria #D397EF
Tints of Wisteria #D397EF
RGB
CMYK
RGB Variations
Color information
#D397EF (or 0xD397EF) is known color: Wisteria. HEX triplet: D3, 97 and EF. RGB value is (211,151,239). Sum of RGB (Red+Green+Blue) = 211+151+239=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #D397EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397EF is #2C6810. Grayscale: #B2B2B2. Windows color (decimal): -2910225 or 15701971. OLE color: 15701971.
HSL color Cylindrical-coordinate representation of color #D397EF: hue angle of 280.91º 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 #D397EF is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 151 | 239 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.06 |
| HSL | 280.91º | 0.73% | 0.76% | - |
| HSV(B) | 280.91º | 0.37% | 0.94% | - |
| XYZ | 53.51 | 42.21 | 86.99 | - |
| YUV | 178.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 239 | 0.12 | 0.37 | 0 | 0.06 | 280.91 | 0.73 | 0.76 |
| Hex | D3 | 97 | EF | C | 25 | 0 | 6 | 119 | 49 | 4C |
| Octal | 323 | 227 | 357 | 14 | 45 | 0 | 6 | 431 | 111 | 114 |
| Binary | 11010011 | 10010111 | 11101111 | 1100 | 100101 | 0 | 110 | 100011001 | 1001001 | 1001100 |
Color Harmonies of #D397EF
Complementary color
Monochromatic Colors of #D397EF
Black with #D397EF
Text Example
Text Example
White with #D397EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397EF; }
p { color: rgb(211,151,239); }
H1.HeaderClassName
{
color: #D397EF;
}
.AnyTagClassName
{
color: #D397EF;
}
</style>
background-color css
<style>
a { background-color: #D397EF; }
a { background-color: rgb(211,151,239); }
div.DivClassName
{
background-color: #D397EF;
}
.BgClassName
{
background-color: #D397EF;
}
</style>
border-color css
<style>
span { border-color: #D397EF; }
span { border-color: rgb(211,151,239); }
td.TdClassName
{
border-color: #D397EF;
}
.TagClassName
{
border-color: #D397EF;
}
</style>