Shades of Wisteria #C19CDA
Tints of Wisteria #C19CDA
RGB
CMYK
RGB Variations
Color information
#C19CDA (or 0xC19CDA) is known color: Wisteria. HEX triplet: C1, 9C and DA. RGB value is (193,156,218). Sum of RGB (Red+Green+Blue) = 193+156+218=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #C19CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CDA is #3E6325. Grayscale: #ADADAD. Windows color (decimal): -4088614 or 14326977. OLE color: 14326977.
HSL color Cylindrical-coordinate representation of color #C19CDA: hue angle of 275.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C19CDA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 156 | 218 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.15 |
| HSL | 275.81º | 0.46% | 0.73% | - |
| HSV(B) | 275.81º | 0.28% | 0.85% | - |
| XYZ | 46.54 | 40.18 | 71.63 | - |
| YUV | 174.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 218 | 0.11 | 0.28 | 0 | 0.15 | 275.81 | 0.46 | 0.73 |
| Hex | C1 | 9C | DA | B | 1C | 0 | F | 114 | 2E | 49 |
| Octal | 301 | 234 | 332 | 13 | 34 | 0 | 17 | 424 | 56 | 111 |
| Binary | 11000001 | 10011100 | 11011010 | 1011 | 11100 | 0 | 1111 | 100010100 | 101110 | 1001001 |
Color Harmonies of #C19CDA
Complementary color
Monochromatic Colors of #C19CDA
Black with #C19CDA
Text Example
Text Example
White with #C19CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CDA; }
p { color: rgb(193,156,218); }
H1.HeaderClassName
{
color: #C19CDA;
}
.AnyTagClassName
{
color: #C19CDA;
}
</style>
background-color css
<style>
a { background-color: #C19CDA; }
a { background-color: rgb(193,156,218); }
div.DivClassName
{
background-color: #C19CDA;
}
.BgClassName
{
background-color: #C19CDA;
}
</style>
border-color css
<style>
span { border-color: #C19CDA; }
span { border-color: rgb(193,156,218); }
td.TdClassName
{
border-color: #C19CDA;
}
.TagClassName
{
border-color: #C19CDA;
}
</style>