Shades of Wisteria #D68DEF
Tints of Wisteria #D68DEF
RGB
CMYK
RGB Variations
Color information
#D68DEF (or 0xD68DEF) is known color: Wisteria. HEX triplet: D6, 8D and EF. RGB value is (214,141,239). Sum of RGB (Red+Green+Blue) = 214+141+239=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #D68DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DEF is #297210. Grayscale: #ADADAD. Windows color (decimal): -2716177 or 15699414. OLE color: 15699414.
HSL color Cylindrical-coordinate representation of color #D68DEF: hue angle of 284.69º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D68DEF is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 141 | 239 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.06 |
| HSL | 284.69º | 0.75% | 0.75% | - |
| HSV(B) | 284.69º | 0.41% | 0.94% | - |
| XYZ | 52.84 | 39.58 | 86.52 | - |
| YUV | 174 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 239 | 0.10 | 0.41 | 0 | 0.06 | 284.69 | 0.75 | 0.75 |
| Hex | D6 | 8D | EF | A | 29 | 0 | 6 | 11D | 4B | 4B |
| Octal | 326 | 215 | 357 | 12 | 51 | 0 | 6 | 435 | 113 | 113 |
| Binary | 11010110 | 10001101 | 11101111 | 1010 | 101001 | 0 | 110 | 100011101 | 1001011 | 1001011 |
Color Harmonies of #D68DEF
Complementary color
Monochromatic Colors of #D68DEF
Black with #D68DEF
Text Example
Text Example
White with #D68DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DEF; }
p { color: rgb(214,141,239); }
H1.HeaderClassName
{
color: #D68DEF;
}
.AnyTagClassName
{
color: #D68DEF;
}
</style>
background-color css
<style>
a { background-color: #D68DEF; }
a { background-color: rgb(214,141,239); }
div.DivClassName
{
background-color: #D68DEF;
}
.BgClassName
{
background-color: #D68DEF;
}
</style>
border-color css
<style>
span { border-color: #D68DEF; }
span { border-color: rgb(214,141,239); }
td.TdClassName
{
border-color: #D68DEF;
}
.TagClassName
{
border-color: #D68DEF;
}
</style>