Shades of Wisteria #C19FD9
Tints of Wisteria #C19FD9
RGB
CMYK
RGB Variations
Color information
#C19FD9 (or 0xC19FD9) is known color: Wisteria. HEX triplet: C1, 9F and D9. RGB value is (193,159,217). Sum of RGB (Red+Green+Blue) = 193+159+217=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #C19FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FD9 is #3E6026. Grayscale: #AFAFAF. Windows color (decimal): -4087847 or 14262209. OLE color: 14262209.
HSL color Cylindrical-coordinate representation of color #C19FD9: hue angle of 275.17º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C19FD9 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 159 | 217 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.15 |
| HSL | 275.17º | 0.43% | 0.74% | - |
| HSV(B) | 275.17º | 0.27% | 0.85% | - |
| XYZ | 46.91 | 41.14 | 71.11 | - |
| YUV | 175.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 217 | 0.11 | 0.27 | 0 | 0.15 | 275.17 | 0.43 | 0.74 |
| Hex | C1 | 9F | D9 | B | 1B | 0 | F | 113 | 2B | 4A |
| Octal | 301 | 237 | 331 | 13 | 33 | 0 | 17 | 423 | 53 | 112 |
| Binary | 11000001 | 10011111 | 11011001 | 1011 | 11011 | 0 | 1111 | 100010011 | 101011 | 1001010 |
Color Harmonies of #C19FD9
Complementary color
Monochromatic Colors of #C19FD9
Black with #C19FD9
Text Example
Text Example
White with #C19FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FD9; }
p { color: rgb(193,159,217); }
H1.HeaderClassName
{
color: #C19FD9;
}
.AnyTagClassName
{
color: #C19FD9;
}
</style>
background-color css
<style>
a { background-color: #C19FD9; }
a { background-color: rgb(193,159,217); }
div.DivClassName
{
background-color: #C19FD9;
}
.BgClassName
{
background-color: #C19FD9;
}
</style>
border-color css
<style>
span { border-color: #C19FD9; }
span { border-color: rgb(193,159,217); }
td.TdClassName
{
border-color: #C19FD9;
}
.TagClassName
{
border-color: #C19FD9;
}
</style>