Shades of Wisteria #D697EC
Tints of Wisteria #D697EC
RGB
CMYK
RGB Variations
Color information
#D697EC (or 0xD697EC) is known color: Wisteria. HEX triplet: D6, 97 and EC. RGB value is (214,151,236). Sum of RGB (Red+Green+Blue) = 214+151+236=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #D697EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697EC is #296813. Grayscale: #B3B3B3. Windows color (decimal): -2713620 or 15505366. OLE color: 15505366.
HSL color Cylindrical-coordinate representation of color #D697EC: hue angle of 284.47º 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 #D697EC is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 151 | 236 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.07 |
| HSL | 284.47º | 0.69% | 0.76% | - |
| HSV(B) | 284.47º | 0.36% | 0.93% | - |
| XYZ | 53.94 | 42.49 | 84.71 | - |
| YUV | 179.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 236 | 0.09 | 0.36 | 0 | 0.07 | 284.47 | 0.69 | 0.76 |
| Hex | D6 | 97 | EC | 9 | 24 | 0 | 7 | 11C | 45 | 4C |
| Octal | 326 | 227 | 354 | 11 | 44 | 0 | 7 | 434 | 105 | 114 |
| Binary | 11010110 | 10010111 | 11101100 | 1001 | 100100 | 0 | 111 | 100011100 | 1000101 | 1001100 |
Color Harmonies of #D697EC
Complementary color
Monochromatic Colors of #D697EC
Black with #D697EC
Text Example
Text Example
White with #D697EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D697EC; }
p { color: rgb(214,151,236); }
H1.HeaderClassName
{
color: #D697EC;
}
.AnyTagClassName
{
color: #D697EC;
}
</style>
background-color css
<style>
a { background-color: #D697EC; }
a { background-color: rgb(214,151,236); }
div.DivClassName
{
background-color: #D697EC;
}
.BgClassName
{
background-color: #D697EC;
}
</style>
border-color css
<style>
span { border-color: #D697EC; }
span { border-color: rgb(214,151,236); }
td.TdClassName
{
border-color: #D697EC;
}
.TagClassName
{
border-color: #D697EC;
}
</style>