Shades of Wisteria #C48ADB
Tints of Wisteria #C48ADB
RGB
CMYK
RGB Variations
Color information
#C48ADB (or 0xC48ADB) is known color: Wisteria. HEX triplet: C4, 8A and DB. RGB value is (196,138,219). Sum of RGB (Red+Green+Blue) = 196+138+219=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #C48ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ADB is #3B7524. Grayscale: #A4A4A4. Windows color (decimal): -3896613 or 14387908. OLE color: 14387908.
HSL color Cylindrical-coordinate representation of color #C48ADB: hue angle of 282.96º 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 #C48ADB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 138 | 219 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.14 |
| HSL | 282.96º | 0.53% | 0.7% | - |
| HSV(B) | 282.96º | 0.37% | 0.86% | - |
| XYZ | 44.64 | 35.03 | 71.43 | - |
| YUV | 164.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 219 | 0.11 | 0.37 | 0 | 0.14 | 282.96 | 0.53 | 0.7 |
| Hex | C4 | 8A | DB | B | 25 | 0 | E | 11B | 35 | 46 |
| Octal | 304 | 212 | 333 | 13 | 45 | 0 | 16 | 433 | 65 | 106 |
| Binary | 11000100 | 10001010 | 11011011 | 1011 | 100101 | 0 | 1110 | 100011011 | 110101 | 1000110 |
Color Harmonies of #C48ADB
Complementary color
Monochromatic Colors of #C48ADB
Black with #C48ADB
Text Example
Text Example
White with #C48ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48ADB; }
p { color: rgb(196,138,219); }
H1.HeaderClassName
{
color: #C48ADB;
}
.AnyTagClassName
{
color: #C48ADB;
}
</style>
background-color css
<style>
a { background-color: #C48ADB; }
a { background-color: rgb(196,138,219); }
div.DivClassName
{
background-color: #C48ADB;
}
.BgClassName
{
background-color: #C48ADB;
}
</style>
border-color css
<style>
span { border-color: #C48ADB; }
span { border-color: rgb(196,138,219); }
td.TdClassName
{
border-color: #C48ADB;
}
.TagClassName
{
border-color: #C48ADB;
}
</style>