Shades of Wisteria #D69CED
Tints of Wisteria #D69CED
RGB
CMYK
RGB Variations
Color information
#D69CED (or 0xD69CED) is known color: Wisteria. HEX triplet: D6, 9C and ED. RGB value is (214,156,237). Sum of RGB (Red+Green+Blue) = 214+156+237=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #D69CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69CED is #296312. Grayscale: #B6B6B6. Windows color (decimal): -2712339 or 15572182. OLE color: 15572182.
HSL color Cylindrical-coordinate representation of color #D69CED: hue angle of 282.96º degrees, saturation: 0.69, 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 #D69CED is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 156 | 237 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.07 |
| HSL | 282.96º | 0.69% | 0.77% | - |
| HSV(B) | 282.96º | 0.34% | 0.93% | - |
| XYZ | 54.91 | 44.19 | 85.76 | - |
| YUV | 182.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 237 | 0.10 | 0.34 | 0 | 0.07 | 282.96 | 0.69 | 0.77 |
| Hex | D6 | 9C | ED | A | 22 | 0 | 7 | 11B | 45 | 4D |
| Octal | 326 | 234 | 355 | 12 | 42 | 0 | 7 | 433 | 105 | 115 |
| Binary | 11010110 | 10011100 | 11101101 | 1010 | 100010 | 0 | 111 | 100011011 | 1000101 | 1001101 |
Color Harmonies of #D69CED
Complementary color
Monochromatic Colors of #D69CED
Black with #D69CED
Text Example
Text Example
White with #D69CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CED; }
p { color: rgb(214,156,237); }
H1.HeaderClassName
{
color: #D69CED;
}
.AnyTagClassName
{
color: #D69CED;
}
</style>
background-color css
<style>
a { background-color: #D69CED; }
a { background-color: rgb(214,156,237); }
div.DivClassName
{
background-color: #D69CED;
}
.BgClassName
{
background-color: #D69CED;
}
</style>
border-color css
<style>
span { border-color: #D69CED; }
span { border-color: rgb(214,156,237); }
td.TdClassName
{
border-color: #D69CED;
}
.TagClassName
{
border-color: #D69CED;
}
</style>