Shades of Wisteria #C49DD4
Tints of Wisteria #C49DD4
RGB
CMYK
RGB Variations
Color information
#C49DD4 (or 0xC49DD4) is known color: Wisteria. HEX triplet: C4, 9D and D4. RGB value is (196,157,212). Sum of RGB (Red+Green+Blue) = 196+157+212=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #C49DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DD4 is #3B622B. Grayscale: #AEAEAE. Windows color (decimal): -3891756 or 13934020. OLE color: 13934020.
HSL color Cylindrical-coordinate representation of color #C49DD4: hue angle of 282.55º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C49DD4 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 157 | 212 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.17 |
| HSL | 282.55º | 0.39% | 0.72% | - |
| HSV(B) | 282.55º | 0.26% | 0.83% | - |
| XYZ | 46.71 | 40.6 | 67.66 | - |
| YUV | 174.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 212 | 0.08 | 0.26 | 0 | 0.17 | 282.55 | 0.39 | 0.72 |
| Hex | C4 | 9D | D4 | 8 | 1A | 0 | 11 | 11B | 27 | 48 |
| Octal | 304 | 235 | 324 | 10 | 32 | 0 | 21 | 433 | 47 | 110 |
| Binary | 11000100 | 10011101 | 11010100 | 1000 | 11010 | 0 | 10001 | 100011011 | 100111 | 1001000 |
Color Harmonies of #C49DD4
Complementary color
Monochromatic Colors of #C49DD4
Black with #C49DD4
Text Example
Text Example
White with #C49DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49DD4; }
p { color: rgb(196,157,212); }
H1.HeaderClassName
{
color: #C49DD4;
}
.AnyTagClassName
{
color: #C49DD4;
}
</style>
background-color css
<style>
a { background-color: #C49DD4; }
a { background-color: rgb(196,157,212); }
div.DivClassName
{
background-color: #C49DD4;
}
.BgClassName
{
background-color: #C49DD4;
}
</style>
border-color css
<style>
span { border-color: #C49DD4; }
span { border-color: rgb(196,157,212); }
td.TdClassName
{
border-color: #C49DD4;
}
.TagClassName
{
border-color: #C49DD4;
}
</style>