Shades of Wisteria #C19AD5
Tints of Wisteria #C19AD5
RGB
CMYK
RGB Variations
Color information
#C19AD5 (or 0xC19AD5) is known color: Wisteria. HEX triplet: C1, 9A and D5. RGB value is (193,154,213). Sum of RGB (Red+Green+Blue) = 193+154+213=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #C19AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19AD5 is #3E652A. Grayscale: #ACACAC. Windows color (decimal): -4089131 or 13998785. OLE color: 13998785.
HSL color Cylindrical-coordinate representation of color #C19AD5: hue angle of 279.66º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C19AD5 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 154 | 213 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.16 |
| HSL | 279.66º | 0.41% | 0.72% | - |
| HSV(B) | 279.66º | 0.28% | 0.84% | - |
| XYZ | 45.56 | 39.25 | 68.13 | - |
| YUV | 172.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 213 | 0.09 | 0.28 | 0 | 0.16 | 279.66 | 0.41 | 0.72 |
| Hex | C1 | 9A | D5 | 9 | 1C | 0 | 10 | 118 | 29 | 48 |
| Octal | 301 | 232 | 325 | 11 | 34 | 0 | 20 | 430 | 51 | 110 |
| Binary | 11000001 | 10011010 | 11010101 | 1001 | 11100 | 0 | 10000 | 100011000 | 101001 | 1001000 |
Color Harmonies of #C19AD5
Complementary color
Monochromatic Colors of #C19AD5
Black with #C19AD5
Text Example
Text Example
White with #C19AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19AD5; }
p { color: rgb(193,154,213); }
H1.HeaderClassName
{
color: #C19AD5;
}
.AnyTagClassName
{
color: #C19AD5;
}
</style>
background-color css
<style>
a { background-color: #C19AD5; }
a { background-color: rgb(193,154,213); }
div.DivClassName
{
background-color: #C19AD5;
}
.BgClassName
{
background-color: #C19AD5;
}
</style>
border-color css
<style>
span { border-color: #C19AD5; }
span { border-color: rgb(193,154,213); }
td.TdClassName
{
border-color: #C19AD5;
}
.TagClassName
{
border-color: #C19AD5;
}
</style>