Shades of Wisteria #C49CDD
Tints of Wisteria #C49CDD
RGB
CMYK
RGB Variations
Color information
#C49CDD (or 0xC49CDD) is known color: Wisteria. HEX triplet: C4, 9C and DD. RGB value is (196,156,221). Sum of RGB (Red+Green+Blue) = 196+156+221=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #C49CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CDD is #3B6322. Grayscale: #AFAFAF. Windows color (decimal): -3892003 or 14523588. OLE color: 14523588.
HSL color Cylindrical-coordinate representation of color #C49CDD: hue angle of 276.92º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C49CDD is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 156 | 221 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.13 |
| HSL | 276.92º | 0.49% | 0.74% | - |
| HSV(B) | 276.92º | 0.29% | 0.87% | - |
| XYZ | 47.7 | 40.73 | 73.75 | - |
| YUV | 175.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 221 | 0.11 | 0.29 | 0 | 0.13 | 276.92 | 0.49 | 0.74 |
| Hex | C4 | 9C | DD | B | 1D | 0 | D | 115 | 31 | 4A |
| Octal | 304 | 234 | 335 | 13 | 35 | 0 | 15 | 425 | 61 | 112 |
| Binary | 11000100 | 10011100 | 11011101 | 1011 | 11101 | 0 | 1101 | 100010101 | 110001 | 1001010 |
Color Harmonies of #C49CDD
Complementary color
Monochromatic Colors of #C49CDD
Black with #C49CDD
Text Example
Text Example
White with #C49CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CDD; }
p { color: rgb(196,156,221); }
H1.HeaderClassName
{
color: #C49CDD;
}
.AnyTagClassName
{
color: #C49CDD;
}
</style>
background-color css
<style>
a { background-color: #C49CDD; }
a { background-color: rgb(196,156,221); }
div.DivClassName
{
background-color: #C49CDD;
}
.BgClassName
{
background-color: #C49CDD;
}
</style>
border-color css
<style>
span { border-color: #C49CDD; }
span { border-color: rgb(196,156,221); }
td.TdClassName
{
border-color: #C49CDD;
}
.TagClassName
{
border-color: #C49CDD;
}
</style>