Shades of Wisteria #C49CDC
Tints of Wisteria #C49CDC
RGB
CMYK
RGB Variations
Color information
#C49CDC (or 0xC49CDC) is known color: Wisteria. HEX triplet: C4, 9C and DC. RGB value is (196,156,220). Sum of RGB (Red+Green+Blue) = 196+156+220=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #C49CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CDC is #3B6323. Grayscale: #AFAFAF. Windows color (decimal): -3892004 or 14458052. OLE color: 14458052.
HSL color Cylindrical-coordinate representation of color #C49CDC: hue angle of 277.5º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C49CDC is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 156 | 220 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.14 |
| HSL | 277.5º | 0.48% | 0.74% | - |
| HSV(B) | 277.5º | 0.29% | 0.86% | - |
| XYZ | 47.57 | 40.68 | 73.05 | - |
| YUV | 175.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 220 | 0.11 | 0.29 | 0 | 0.14 | 277.5 | 0.48 | 0.74 |
| Hex | C4 | 9C | DC | B | 1D | 0 | E | 116 | 30 | 4A |
| Octal | 304 | 234 | 334 | 13 | 35 | 0 | 16 | 426 | 60 | 112 |
| Binary | 11000100 | 10011100 | 11011100 | 1011 | 11101 | 0 | 1110 | 100010110 | 110000 | 1001010 |
Color Harmonies of #C49CDC
Complementary color
Monochromatic Colors of #C49CDC
Black with #C49CDC
Text Example
Text Example
White with #C49CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CDC; }
p { color: rgb(196,156,220); }
H1.HeaderClassName
{
color: #C49CDC;
}
.AnyTagClassName
{
color: #C49CDC;
}
</style>
background-color css
<style>
a { background-color: #C49CDC; }
a { background-color: rgb(196,156,220); }
div.DivClassName
{
background-color: #C49CDC;
}
.BgClassName
{
background-color: #C49CDC;
}
</style>
border-color css
<style>
span { border-color: #C49CDC; }
span { border-color: rgb(196,156,220); }
td.TdClassName
{
border-color: #C49CDC;
}
.TagClassName
{
border-color: #C49CDC;
}
</style>