Shades of Wisteria #D68EEE
Tints of Wisteria #D68EEE
RGB
CMYK
RGB Variations
Color information
#D68EEE (or 0xD68EEE) is known color: Wisteria. HEX triplet: D6, 8E and EE. RGB value is (214,142,238). Sum of RGB (Red+Green+Blue) = 214+142+238=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #D68EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EEE is #297111. Grayscale: #AEAEAE. Windows color (decimal): -2715922 or 15634134. OLE color: 15634134.
HSL color Cylindrical-coordinate representation of color #D68EEE: hue angle of 285º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68EEE is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 142 | 238 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.07 |
| HSL | 285º | 0.74% | 0.75% | - |
| HSV(B) | 285º | 0.4% | 0.93% | - |
| XYZ | 52.84 | 39.82 | 85.79 | - |
| YUV | 174.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 238 | 0.10 | 0.40 | 0 | 0.07 | 285 | 0.74 | 0.75 |
| Hex | D6 | 8E | EE | A | 28 | 0 | 7 | 11D | 4A | 4B |
| Octal | 326 | 216 | 356 | 12 | 50 | 0 | 7 | 435 | 112 | 113 |
| Binary | 11010110 | 10001110 | 11101110 | 1010 | 101000 | 0 | 111 | 100011101 | 1001010 | 1001011 |
Color Harmonies of #D68EEE
Complementary color
Monochromatic Colors of #D68EEE
Black with #D68EEE
Text Example
Text Example
White with #D68EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68EEE; }
p { color: rgb(214,142,238); }
H1.HeaderClassName
{
color: #D68EEE;
}
.AnyTagClassName
{
color: #D68EEE;
}
</style>
background-color css
<style>
a { background-color: #D68EEE; }
a { background-color: rgb(214,142,238); }
div.DivClassName
{
background-color: #D68EEE;
}
.BgClassName
{
background-color: #D68EEE;
}
</style>
border-color css
<style>
span { border-color: #D68EEE; }
span { border-color: rgb(214,142,238); }
td.TdClassName
{
border-color: #D68EEE;
}
.TagClassName
{
border-color: #D68EEE;
}
</style>