Shades of Wisteria #C49BDF
Tints of Wisteria #C49BDF
RGB
CMYK
RGB Variations
Color information
#C49BDF (or 0xC49BDF) is known color: Wisteria. HEX triplet: C4, 9B and DF. RGB value is (196,155,223). Sum of RGB (Red+Green+Blue) = 196+155+223=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #C49BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BDF is #3B6420. Grayscale: #AEAEAE. Windows color (decimal): -3892257 or 14654404. OLE color: 14654404.
HSL color Cylindrical-coordinate representation of color #C49BDF: hue angle of 276.18º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49BDF is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 155 | 223 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.13 |
| HSL | 276.18º | 0.52% | 0.74% | - |
| HSV(B) | 276.18º | 0.3% | 0.87% | - |
| XYZ | 47.81 | 40.51 | 75.11 | - |
| YUV | 175.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 223 | 0.12 | 0.30 | 0 | 0.13 | 276.18 | 0.52 | 0.74 |
| Hex | C4 | 9B | DF | C | 1E | 0 | D | 114 | 34 | 4A |
| Octal | 304 | 233 | 337 | 14 | 36 | 0 | 15 | 424 | 64 | 112 |
| Binary | 11000100 | 10011011 | 11011111 | 1100 | 11110 | 0 | 1101 | 100010100 | 110100 | 1001010 |
Color Harmonies of #C49BDF
Complementary color
Monochromatic Colors of #C49BDF
Black with #C49BDF
Text Example
Text Example
White with #C49BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49BDF; }
p { color: rgb(196,155,223); }
H1.HeaderClassName
{
color: #C49BDF;
}
.AnyTagClassName
{
color: #C49BDF;
}
</style>
background-color css
<style>
a { background-color: #C49BDF; }
a { background-color: rgb(196,155,223); }
div.DivClassName
{
background-color: #C49BDF;
}
.BgClassName
{
background-color: #C49BDF;
}
</style>
border-color css
<style>
span { border-color: #C49BDF; }
span { border-color: rgb(196,155,223); }
td.TdClassName
{
border-color: #C49BDF;
}
.TagClassName
{
border-color: #C49BDF;
}
</style>