Shades of Wisteria #D195DC
Tints of Wisteria #D195DC
RGB
CMYK
RGB Variations
Color information
#D195DC (or 0xD195DC) is known color: Wisteria. HEX triplet: D1, 95 and DC. RGB value is (209,149,220). Sum of RGB (Red+Green+Blue) = 209+149+220=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #D195DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195DC is #2E6A23. Grayscale: #AEAEAE. Windows color (decimal): -3041828 or 14456273. OLE color: 14456273.
HSL color Cylindrical-coordinate representation of color #D195DC: hue angle of 290.7º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D195DC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 149 | 220 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.14 |
| HSL | 290.7º | 0.5% | 0.72% | - |
| HSV(B) | 290.7º | 0.32% | 0.86% | - |
| XYZ | 49.96 | 40.22 | 72.84 | - |
| YUV | 175.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 220 | 0.05 | 0.32 | 0 | 0.14 | 290.7 | 0.5 | 0.72 |
| Hex | D1 | 95 | DC | 5 | 20 | 0 | E | 123 | 32 | 48 |
| Octal | 321 | 225 | 334 | 5 | 40 | 0 | 16 | 443 | 62 | 110 |
| Binary | 11010001 | 10010101 | 11011100 | 101 | 100000 | 0 | 1110 | 100100011 | 110010 | 1001000 |
Color Harmonies of #D195DC
Complementary color
Monochromatic Colors of #D195DC
Black with #D195DC
Text Example
Text Example
White with #D195DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D195DC; }
p { color: rgb(209,149,220); }
H1.HeaderClassName
{
color: #D195DC;
}
.AnyTagClassName
{
color: #D195DC;
}
</style>
background-color css
<style>
a { background-color: #D195DC; }
a { background-color: rgb(209,149,220); }
div.DivClassName
{
background-color: #D195DC;
}
.BgClassName
{
background-color: #D195DC;
}
</style>
border-color css
<style>
span { border-color: #D195DC; }
span { border-color: rgb(209,149,220); }
td.TdClassName
{
border-color: #D195DC;
}
.TagClassName
{
border-color: #D195DC;
}
</style>