Shades of Wisteria #C49DCF
Tints of Wisteria #C49DCF
RGB
CMYK
RGB Variations
Color information
#C49DCF (or 0xC49DCF) is known color: Wisteria. HEX triplet: C4, 9D and CF. RGB value is (196,157,207). Sum of RGB (Red+Green+Blue) = 196+157+207=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #C49DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DCF is #3B6230. Grayscale: #AEAEAE. Windows color (decimal): -3891761 or 13606340. OLE color: 13606340.
HSL color Cylindrical-coordinate representation of color #C49DCF: hue angle of 286.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49DCF is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 157 | 207 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.19 |
| HSL | 286.8º | 0.34% | 0.71% | - |
| HSV(B) | 286.8º | 0.24% | 0.81% | - |
| XYZ | 46.08 | 40.35 | 64.39 | - |
| YUV | 174.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 207 | 0.05 | 0.24 | 0 | 0.19 | 286.8 | 0.34 | 0.71 |
| Hex | C4 | 9D | CF | 5 | 18 | 0 | 13 | 11F | 22 | 47 |
| Octal | 304 | 235 | 317 | 5 | 30 | 0 | 23 | 437 | 42 | 107 |
| Binary | 11000100 | 10011101 | 11001111 | 101 | 11000 | 0 | 10011 | 100011111 | 100010 | 1000111 |
Color Harmonies of #C49DCF
Complementary color
Monochromatic Colors of #C49DCF
Black with #C49DCF
Text Example
Text Example
White with #C49DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49DCF; }
p { color: rgb(196,157,207); }
H1.HeaderClassName
{
color: #C49DCF;
}
.AnyTagClassName
{
color: #C49DCF;
}
</style>
background-color css
<style>
a { background-color: #C49DCF; }
a { background-color: rgb(196,157,207); }
div.DivClassName
{
background-color: #C49DCF;
}
.BgClassName
{
background-color: #C49DCF;
}
</style>
border-color css
<style>
span { border-color: #C49DCF; }
span { border-color: rgb(196,157,207); }
td.TdClassName
{
border-color: #C49DCF;
}
.TagClassName
{
border-color: #C49DCF;
}
</style>