Shades of Wisteria #C49CE7
Tints of Wisteria #C49CE7
RGB
CMYK
RGB Variations
Color information
#C49CE7 (or 0xC49CE7) is known color: Wisteria. HEX triplet: C4, 9C and E7. RGB value is (196,156,231). Sum of RGB (Red+Green+Blue) = 196+156+231=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #C49CE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CE7 is #3B6318. Grayscale: #B0B0B0. Windows color (decimal): -3891993 or 15178948. OLE color: 15178948.
HSL color Cylindrical-coordinate representation of color #C49CE7: hue angle of 272º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C49CE7 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 156 | 231 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.09 |
| HSL | 272º | 0.61% | 0.76% | - |
| HSV(B) | 272º | 0.32% | 0.91% | - |
| XYZ | 49.08 | 41.28 | 80.98 | - |
| YUV | 176.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 231 | 0.15 | 0.32 | 0 | 0.09 | 272 | 0.61 | 0.76 |
| Hex | C4 | 9C | E7 | F | 20 | 0 | 9 | 110 | 3D | 4C |
| Octal | 304 | 234 | 347 | 17 | 40 | 0 | 11 | 420 | 75 | 114 |
| Binary | 11000100 | 10011100 | 11100111 | 1111 | 100000 | 0 | 1001 | 100010000 | 111101 | 1001100 |
Color Harmonies of #C49CE7
Complementary color
Monochromatic Colors of #C49CE7
Black with #C49CE7
Text Example
Text Example
White with #C49CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CE7; }
p { color: rgb(196,156,231); }
H1.HeaderClassName
{
color: #C49CE7;
}
.AnyTagClassName
{
color: #C49CE7;
}
</style>
background-color css
<style>
a { background-color: #C49CE7; }
a { background-color: rgb(196,156,231); }
div.DivClassName
{
background-color: #C49CE7;
}
.BgClassName
{
background-color: #C49CE7;
}
</style>
border-color css
<style>
span { border-color: #C49CE7; }
span { border-color: rgb(196,156,231); }
td.TdClassName
{
border-color: #C49CE7;
}
.TagClassName
{
border-color: #C49CE7;
}
</style>