Shades of Wisteria #D68DE9
Tints of Wisteria #D68DE9
RGB
CMYK
RGB Variations
Color information
#D68DE9 (or 0xD68DE9) is known color: Wisteria. HEX triplet: D6, 8D and E9. RGB value is (214,141,233). Sum of RGB (Red+Green+Blue) = 214+141+233=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #D68DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DE9 is #297216. Grayscale: #ADADAD. Windows color (decimal): -2716183 or 15306198. OLE color: 15306198.
HSL color Cylindrical-coordinate representation of color #D68DE9: hue angle of 287.61º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68DE9 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 141 | 233 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.09 |
| HSL | 287.61º | 0.68% | 0.73% | - |
| HSV(B) | 287.61º | 0.39% | 0.91% | - |
| XYZ | 51.96 | 39.23 | 81.92 | - |
| YUV | 173.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 233 | 0.08 | 0.39 | 0 | 0.09 | 287.61 | 0.68 | 0.73 |
| Hex | D6 | 8D | E9 | 8 | 27 | 0 | 9 | 120 | 44 | 49 |
| Octal | 326 | 215 | 351 | 10 | 47 | 0 | 11 | 440 | 104 | 111 |
| Binary | 11010110 | 10001101 | 11101001 | 1000 | 100111 | 0 | 1001 | 100100000 | 1000100 | 1001001 |
Color Harmonies of #D68DE9
Complementary color
Monochromatic Colors of #D68DE9
Black with #D68DE9
Text Example
Text Example
White with #D68DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DE9; }
p { color: rgb(214,141,233); }
H1.HeaderClassName
{
color: #D68DE9;
}
.AnyTagClassName
{
color: #D68DE9;
}
</style>
background-color css
<style>
a { background-color: #D68DE9; }
a { background-color: rgb(214,141,233); }
div.DivClassName
{
background-color: #D68DE9;
}
.BgClassName
{
background-color: #D68DE9;
}
</style>
border-color css
<style>
span { border-color: #D68DE9; }
span { border-color: rgb(214,141,233); }
td.TdClassName
{
border-color: #D68DE9;
}
.TagClassName
{
border-color: #D68DE9;
}
</style>