Shades of Wisteria #C49BE4
Tints of Wisteria #C49BE4
RGB
CMYK
RGB Variations
Color information
#C49BE4 (or 0xC49BE4) is known color: Wisteria. HEX triplet: C4, 9B and E4. RGB value is (196,155,228). Sum of RGB (Red+Green+Blue) = 196+155+228=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #C49BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BE4 is #3B641B. Grayscale: #AFAFAF. Windows color (decimal): -3892252 or 14982084. OLE color: 14982084.
HSL color Cylindrical-coordinate representation of color #C49BE4: hue angle of 273.7º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C49BE4 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 155 | 228 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.11 |
| HSL | 273.7º | 0.57% | 0.75% | - |
| HSV(B) | 273.7º | 0.32% | 0.89% | - |
| XYZ | 48.49 | 40.78 | 78.71 | - |
| YUV | 175.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 228 | 0.14 | 0.32 | 0 | 0.11 | 273.7 | 0.57 | 0.75 |
| Hex | C4 | 9B | E4 | E | 20 | 0 | B | 112 | 39 | 4B |
| Octal | 304 | 233 | 344 | 16 | 40 | 0 | 13 | 422 | 71 | 113 |
| Binary | 11000100 | 10011011 | 11100100 | 1110 | 100000 | 0 | 1011 | 100010010 | 111001 | 1001011 |
Color Harmonies of #C49BE4
Complementary color
Monochromatic Colors of #C49BE4
Black with #C49BE4
Text Example
Text Example
White with #C49BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49BE4; }
p { color: rgb(196,155,228); }
H1.HeaderClassName
{
color: #C49BE4;
}
.AnyTagClassName
{
color: #C49BE4;
}
</style>
background-color css
<style>
a { background-color: #C49BE4; }
a { background-color: rgb(196,155,228); }
div.DivClassName
{
background-color: #C49BE4;
}
.BgClassName
{
background-color: #C49BE4;
}
</style>
border-color css
<style>
span { border-color: #C49BE4; }
span { border-color: rgb(196,155,228); }
td.TdClassName
{
border-color: #C49BE4;
}
.TagClassName
{
border-color: #C49BE4;
}
</style>