Shades of Wisteria #C48DDB
Tints of Wisteria #C48DDB
RGB
CMYK
RGB Variations
Color information
#C48DDB (or 0xC48DDB) is known color: Wisteria. HEX triplet: C4, 8D and DB. RGB value is (196,141,219). Sum of RGB (Red+Green+Blue) = 196+141+219=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #C48DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DDB is #3B7224. Grayscale: #A6A6A6. Windows color (decimal): -3895845 or 14388676. OLE color: 14388676.
HSL color Cylindrical-coordinate representation of color #C48DDB: hue angle of 282.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C48DDB is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 141 | 219 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.14 |
| HSL | 282.31º | 0.52% | 0.71% | - |
| HSV(B) | 282.31º | 0.36% | 0.86% | - |
| XYZ | 45.08 | 35.9 | 71.57 | - |
| YUV | 166.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 219 | 0.11 | 0.36 | 0 | 0.14 | 282.31 | 0.52 | 0.71 |
| Hex | C4 | 8D | DB | B | 24 | 0 | E | 11A | 34 | 47 |
| Octal | 304 | 215 | 333 | 13 | 44 | 0 | 16 | 432 | 64 | 107 |
| Binary | 11000100 | 10001101 | 11011011 | 1011 | 100100 | 0 | 1110 | 100011010 | 110100 | 1000111 |
Color Harmonies of #C48DDB
Complementary color
Monochromatic Colors of #C48DDB
Black with #C48DDB
Text Example
Text Example
White with #C48DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48DDB; }
p { color: rgb(196,141,219); }
H1.HeaderClassName
{
color: #C48DDB;
}
.AnyTagClassName
{
color: #C48DDB;
}
</style>
background-color css
<style>
a { background-color: #C48DDB; }
a { background-color: rgb(196,141,219); }
div.DivClassName
{
background-color: #C48DDB;
}
.BgClassName
{
background-color: #C48DDB;
}
</style>
border-color css
<style>
span { border-color: #C48DDB; }
span { border-color: rgb(196,141,219); }
td.TdClassName
{
border-color: #C48DDB;
}
.TagClassName
{
border-color: #C48DDB;
}
</style>