Shades of Wisteria #D697EE
Tints of Wisteria #D697EE
RGB
CMYK
RGB Variations
Color information
#D697EE (or 0xD697EE) is known color: Wisteria. HEX triplet: D6, 97 and EE. RGB value is (214,151,238). Sum of RGB (Red+Green+Blue) = 214+151+238=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #D697EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697EE is #296811. Grayscale: #B3B3B3. Windows color (decimal): -2713618 or 15636438. OLE color: 15636438.
HSL color Cylindrical-coordinate representation of color #D697EE: hue angle of 283.45º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D697EE is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 151 | 238 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.07 |
| HSL | 283.45º | 0.72% | 0.76% | - |
| HSV(B) | 283.45º | 0.37% | 0.93% | - |
| XYZ | 54.23 | 42.6 | 86.25 | - |
| YUV | 179.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 238 | 0.10 | 0.37 | 0 | 0.07 | 283.45 | 0.72 | 0.76 |
| Hex | D6 | 97 | EE | A | 25 | 0 | 7 | 11B | 48 | 4C |
| Octal | 326 | 227 | 356 | 12 | 45 | 0 | 7 | 433 | 110 | 114 |
| Binary | 11010110 | 10010111 | 11101110 | 1010 | 100101 | 0 | 111 | 100011011 | 1001000 | 1001100 |
Color Harmonies of #D697EE
Complementary color
Monochromatic Colors of #D697EE
Black with #D697EE
Text Example
Text Example
White with #D697EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D697EE; }
p { color: rgb(214,151,238); }
H1.HeaderClassName
{
color: #D697EE;
}
.AnyTagClassName
{
color: #D697EE;
}
</style>
background-color css
<style>
a { background-color: #D697EE; }
a { background-color: rgb(214,151,238); }
div.DivClassName
{
background-color: #D697EE;
}
.BgClassName
{
background-color: #D697EE;
}
</style>
border-color css
<style>
span { border-color: #D697EE; }
span { border-color: rgb(214,151,238); }
td.TdClassName
{
border-color: #D697EE;
}
.TagClassName
{
border-color: #D697EE;
}
</style>