Shades of Wisteria #C49CDA
Tints of Wisteria #C49CDA
RGB
CMYK
RGB Variations
Color information
#C49CDA (or 0xC49CDA) is known color: Wisteria. HEX triplet: C4, 9C and DA. RGB value is (196,156,218). Sum of RGB (Red+Green+Blue) = 196+156+218=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #C49CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CDA is #3B6325. Grayscale: #AEAEAE. Windows color (decimal): -3892006 or 14326980. OLE color: 14326980.
HSL color Cylindrical-coordinate representation of color #C49CDA: hue angle of 278.71º 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 #C49CDA is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 156 | 218 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.15 |
| HSL | 278.71º | 0.46% | 0.73% | - |
| HSV(B) | 278.71º | 0.28% | 0.85% | - |
| XYZ | 47.31 | 40.57 | 71.67 | - |
| YUV | 175.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 218 | 0.10 | 0.28 | 0 | 0.15 | 278.71 | 0.46 | 0.73 |
| Hex | C4 | 9C | DA | A | 1C | 0 | F | 117 | 2E | 49 |
| Octal | 304 | 234 | 332 | 12 | 34 | 0 | 17 | 427 | 56 | 111 |
| Binary | 11000100 | 10011100 | 11011010 | 1010 | 11100 | 0 | 1111 | 100010111 | 101110 | 1001001 |
Color Harmonies of #C49CDA
Complementary color
Monochromatic Colors of #C49CDA
Black with #C49CDA
Text Example
Text Example
White with #C49CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CDA; }
p { color: rgb(196,156,218); }
H1.HeaderClassName
{
color: #C49CDA;
}
.AnyTagClassName
{
color: #C49CDA;
}
</style>
background-color css
<style>
a { background-color: #C49CDA; }
a { background-color: rgb(196,156,218); }
div.DivClassName
{
background-color: #C49CDA;
}
.BgClassName
{
background-color: #C49CDA;
}
</style>
border-color css
<style>
span { border-color: #C49CDA; }
span { border-color: rgb(196,156,218); }
td.TdClassName
{
border-color: #C49CDA;
}
.TagClassName
{
border-color: #C49CDA;
}
</style>