Shades of Wisteria #D195E1
Tints of Wisteria #D195E1
RGB
CMYK
RGB Variations
Color information
#D195E1 (or 0xD195E1) is known color: Wisteria. HEX triplet: D1, 95 and E1. RGB value is (209,149,225). Sum of RGB (Red+Green+Blue) = 209+149+225=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #D195E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195E1 is #2E6A1E. Grayscale: #AFAFAF. Windows color (decimal): -3041823 or 14783953. OLE color: 14783953.
HSL color Cylindrical-coordinate representation of color #D195E1: hue angle of 287.37º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D195E1 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 149 | 225 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.12 |
| HSL | 287.37º | 0.56% | 0.73% | - |
| HSV(B) | 287.37º | 0.34% | 0.88% | - |
| XYZ | 50.63 | 40.49 | 76.38 | - |
| YUV | 175.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 225 | 0.07 | 0.34 | 0 | 0.12 | 287.37 | 0.56 | 0.73 |
| Hex | D1 | 95 | E1 | 7 | 22 | 0 | C | 11F | 38 | 49 |
| Octal | 321 | 225 | 341 | 7 | 42 | 0 | 14 | 437 | 70 | 111 |
| Binary | 11010001 | 10010101 | 11100001 | 111 | 100010 | 0 | 1100 | 100011111 | 111000 | 1001001 |
Color Harmonies of #D195E1
Complementary color
Monochromatic Colors of #D195E1
Black with #D195E1
Text Example
Text Example
White with #D195E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D195E1; }
p { color: rgb(209,149,225); }
H1.HeaderClassName
{
color: #D195E1;
}
.AnyTagClassName
{
color: #D195E1;
}
</style>
background-color css
<style>
a { background-color: #D195E1; }
a { background-color: rgb(209,149,225); }
div.DivClassName
{
background-color: #D195E1;
}
.BgClassName
{
background-color: #D195E1;
}
</style>
border-color css
<style>
span { border-color: #D195E1; }
span { border-color: rgb(209,149,225); }
td.TdClassName
{
border-color: #D195E1;
}
.TagClassName
{
border-color: #D195E1;
}
</style>