Shades of Wisteria #C19ADB
Tints of Wisteria #C19ADB
RGB
CMYK
RGB Variations
Color information
#C19ADB (or 0xC19ADB) is known color: Wisteria. HEX triplet: C1, 9A and DB. RGB value is (193,154,219). Sum of RGB (Red+Green+Blue) = 193+154+219=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #C19ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ADB is #3E6524. Grayscale: #ACACAC. Windows color (decimal): -4089125 or 14392001. OLE color: 14392001.
HSL color Cylindrical-coordinate representation of color #C19ADB: hue angle of 276º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19ADB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 154 | 219 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.14 |
| HSL | 276º | 0.47% | 0.73% | - |
| HSV(B) | 276º | 0.3% | 0.86% | - |
| XYZ | 46.33 | 39.56 | 72.21 | - |
| YUV | 173.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 219 | 0.12 | 0.30 | 0 | 0.14 | 276 | 0.47 | 0.73 |
| Hex | C1 | 9A | DB | C | 1E | 0 | E | 114 | 2F | 49 |
| Octal | 301 | 232 | 333 | 14 | 36 | 0 | 16 | 424 | 57 | 111 |
| Binary | 11000001 | 10011010 | 11011011 | 1100 | 11110 | 0 | 1110 | 100010100 | 101111 | 1001001 |
Color Harmonies of #C19ADB
Complementary color
Monochromatic Colors of #C19ADB
Black with #C19ADB
Text Example
Text Example
White with #C19ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19ADB; }
p { color: rgb(193,154,219); }
H1.HeaderClassName
{
color: #C19ADB;
}
.AnyTagClassName
{
color: #C19ADB;
}
</style>
background-color css
<style>
a { background-color: #C19ADB; }
a { background-color: rgb(193,154,219); }
div.DivClassName
{
background-color: #C19ADB;
}
.BgClassName
{
background-color: #C19ADB;
}
</style>
border-color css
<style>
span { border-color: #C19ADB; }
span { border-color: rgb(193,154,219); }
td.TdClassName
{
border-color: #C19ADB;
}
.TagClassName
{
border-color: #C19ADB;
}
</style>