Shades of Wisteria #C48BDB
Tints of Wisteria #C48BDB
RGB
CMYK
RGB Variations
Color information
#C48BDB (or 0xC48BDB) is known color: Wisteria. HEX triplet: C4, 8B and DB. RGB value is (196,139,219). Sum of RGB (Red+Green+Blue) = 196+139+219=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #C48BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BDB is #3B7424. Grayscale: #A4A4A4. Windows color (decimal): -3896357 or 14388164. OLE color: 14388164.
HSL color Cylindrical-coordinate representation of color #C48BDB: hue angle of 282.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C48BDB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 139 | 219 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.14 |
| HSL | 282.75º | 0.53% | 0.7% | - |
| HSV(B) | 282.75º | 0.37% | 0.86% | - |
| XYZ | 44.78 | 35.32 | 71.47 | - |
| YUV | 165.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 219 | 0.11 | 0.37 | 0 | 0.14 | 282.75 | 0.53 | 0.7 |
| Hex | C4 | 8B | DB | B | 25 | 0 | E | 11B | 35 | 46 |
| Octal | 304 | 213 | 333 | 13 | 45 | 0 | 16 | 433 | 65 | 106 |
| Binary | 11000100 | 10001011 | 11011011 | 1011 | 100101 | 0 | 1110 | 100011011 | 110101 | 1000110 |
Color Harmonies of #C48BDB
Complementary color
Monochromatic Colors of #C48BDB
Black with #C48BDB
Text Example
Text Example
White with #C48BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BDB; }
p { color: rgb(196,139,219); }
H1.HeaderClassName
{
color: #C48BDB;
}
.AnyTagClassName
{
color: #C48BDB;
}
</style>
background-color css
<style>
a { background-color: #C48BDB; }
a { background-color: rgb(196,139,219); }
div.DivClassName
{
background-color: #C48BDB;
}
.BgClassName
{
background-color: #C48BDB;
}
</style>
border-color css
<style>
span { border-color: #C48BDB; }
span { border-color: rgb(196,139,219); }
td.TdClassName
{
border-color: #C48BDB;
}
.TagClassName
{
border-color: #C48BDB;
}
</style>