Shades of Wisteria #D19CED
Tints of Wisteria #D19CED
RGB
CMYK
RGB Variations
Color information
#D19CED (or 0xD19CED) is known color: Wisteria. HEX triplet: D1, 9C and ED. RGB value is (209,156,237). Sum of RGB (Red+Green+Blue) = 209+156+237=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #D19CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19CED is #2E6312. Grayscale: #B4B4B4. Windows color (decimal): -3040019 or 15572177. OLE color: 15572177.
HSL color Cylindrical-coordinate representation of color #D19CED: hue angle of 279.26º 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 #D19CED is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 156 | 237 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.07 |
| HSL | 279.26º | 0.69% | 0.77% | - |
| HSV(B) | 279.26º | 0.34% | 0.93% | - |
| XYZ | 53.47 | 43.45 | 85.69 | - |
| YUV | 181.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 237 | 0.12 | 0.34 | 0 | 0.07 | 279.26 | 0.69 | 0.77 |
| Hex | D1 | 9C | ED | C | 22 | 0 | 7 | 117 | 45 | 4D |
| Octal | 321 | 234 | 355 | 14 | 42 | 0 | 7 | 427 | 105 | 115 |
| Binary | 11010001 | 10011100 | 11101101 | 1100 | 100010 | 0 | 111 | 100010111 | 1000101 | 1001101 |
Color Harmonies of #D19CED
Complementary color
Monochromatic Colors of #D19CED
Black with #D19CED
Text Example
Text Example
White with #D19CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CED; }
p { color: rgb(209,156,237); }
H1.HeaderClassName
{
color: #D19CED;
}
.AnyTagClassName
{
color: #D19CED;
}
</style>
background-color css
<style>
a { background-color: #D19CED; }
a { background-color: rgb(209,156,237); }
div.DivClassName
{
background-color: #D19CED;
}
.BgClassName
{
background-color: #D19CED;
}
</style>
border-color css
<style>
span { border-color: #D19CED; }
span { border-color: rgb(209,156,237); }
td.TdClassName
{
border-color: #D19CED;
}
.TagClassName
{
border-color: #D19CED;
}
</style>