Shades of Wisteria #C49ECF
Tints of Wisteria #C49ECF
RGB
CMYK
RGB Variations
Color information
#C49ECF (or 0xC49ECF) is known color: Wisteria. HEX triplet: C4, 9E and CF. RGB value is (196,158,207). Sum of RGB (Red+Green+Blue) = 196+158+207=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #C49ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ECF is #3B6130. Grayscale: #AEAEAE. Windows color (decimal): -3891505 or 13606596. OLE color: 13606596.
HSL color Cylindrical-coordinate representation of color #C49ECF: hue angle of 286.53º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49ECF is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 158 | 207 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.19 |
| HSL | 286.53º | 0.34% | 0.72% | - |
| HSV(B) | 286.53º | 0.24% | 0.81% | - |
| XYZ | 46.25 | 40.69 | 64.45 | - |
| YUV | 174.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 207 | 0.05 | 0.24 | 0 | 0.19 | 286.53 | 0.34 | 0.72 |
| Hex | C4 | 9E | CF | 5 | 18 | 0 | 13 | 11F | 22 | 48 |
| Octal | 304 | 236 | 317 | 5 | 30 | 0 | 23 | 437 | 42 | 110 |
| Binary | 11000100 | 10011110 | 11001111 | 101 | 11000 | 0 | 10011 | 100011111 | 100010 | 1001000 |
Color Harmonies of #C49ECF
Complementary color
Monochromatic Colors of #C49ECF
Black with #C49ECF
Text Example
Text Example
White with #C49ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49ECF; }
p { color: rgb(196,158,207); }
H1.HeaderClassName
{
color: #C49ECF;
}
.AnyTagClassName
{
color: #C49ECF;
}
</style>
background-color css
<style>
a { background-color: #C49ECF; }
a { background-color: rgb(196,158,207); }
div.DivClassName
{
background-color: #C49ECF;
}
.BgClassName
{
background-color: #C49ECF;
}
</style>
border-color css
<style>
span { border-color: #C49ECF; }
span { border-color: rgb(196,158,207); }
td.TdClassName
{
border-color: #C49ECF;
}
.TagClassName
{
border-color: #C49ECF;
}
</style>