Shades of Wisteria #D69CEE
Tints of Wisteria #D69CEE
RGB
CMYK
RGB Variations
Color information
#D69CEE (or 0xD69CEE) is known color: Wisteria. HEX triplet: D6, 9C and EE. RGB value is (214,156,238). Sum of RGB (Red+Green+Blue) = 214+156+238=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #D69CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69CEE is #296311. Grayscale: #B6B6B6. Windows color (decimal): -2712338 or 15637718. OLE color: 15637718.
HSL color Cylindrical-coordinate representation of color #D69CEE: hue angle of 282.44º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D69CEE is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 156 | 238 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.07 |
| HSL | 282.44º | 0.71% | 0.77% | - |
| HSV(B) | 282.44º | 0.34% | 0.93% | - |
| XYZ | 55.05 | 44.25 | 86.53 | - |
| YUV | 182.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 238 | 0.10 | 0.34 | 0 | 0.07 | 282.44 | 0.71 | 0.77 |
| Hex | D6 | 9C | EE | A | 22 | 0 | 7 | 11A | 47 | 4D |
| Octal | 326 | 234 | 356 | 12 | 42 | 0 | 7 | 432 | 107 | 115 |
| Binary | 11010110 | 10011100 | 11101110 | 1010 | 100010 | 0 | 111 | 100011010 | 1000111 | 1001101 |
Color Harmonies of #D69CEE
Complementary color
Monochromatic Colors of #D69CEE
Black with #D69CEE
Text Example
Text Example
White with #D69CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CEE; }
p { color: rgb(214,156,238); }
H1.HeaderClassName
{
color: #D69CEE;
}
.AnyTagClassName
{
color: #D69CEE;
}
</style>
background-color css
<style>
a { background-color: #D69CEE; }
a { background-color: rgb(214,156,238); }
div.DivClassName
{
background-color: #D69CEE;
}
.BgClassName
{
background-color: #D69CEE;
}
</style>
border-color css
<style>
span { border-color: #D69CEE; }
span { border-color: rgb(214,156,238); }
td.TdClassName
{
border-color: #D69CEE;
}
.TagClassName
{
border-color: #D69CEE;
}
</style>