Shades of Wisteria #C18BDB
Tints of Wisteria #C18BDB
RGB
CMYK
RGB Variations
Color information
#C18BDB (or 0xC18BDB) is known color: Wisteria. HEX triplet: C1, 8B and DB. RGB value is (193,139,219). Sum of RGB (Red+Green+Blue) = 193+139+219=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #C18BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BDB is #3E7424. Grayscale: #A4A4A4. Windows color (decimal): -4092965 or 14388161. OLE color: 14388161.
HSL color Cylindrical-coordinate representation of color #C18BDB: hue angle of 280.5º 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 #C18BDB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 139 | 219 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.14 |
| HSL | 280.5º | 0.53% | 0.7% | - |
| HSV(B) | 280.5º | 0.37% | 0.86% | - |
| XYZ | 44.01 | 34.92 | 71.44 | - |
| YUV | 164.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 219 | 0.12 | 0.37 | 0 | 0.14 | 280.5 | 0.53 | 0.7 |
| Hex | C1 | 8B | DB | C | 25 | 0 | E | 118 | 35 | 46 |
| Octal | 301 | 213 | 333 | 14 | 45 | 0 | 16 | 430 | 65 | 106 |
| Binary | 11000001 | 10001011 | 11011011 | 1100 | 100101 | 0 | 1110 | 100011000 | 110101 | 1000110 |
Color Harmonies of #C18BDB
Complementary color
Monochromatic Colors of #C18BDB
Black with #C18BDB
Text Example
Text Example
White with #C18BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BDB; }
p { color: rgb(193,139,219); }
H1.HeaderClassName
{
color: #C18BDB;
}
.AnyTagClassName
{
color: #C18BDB;
}
</style>
background-color css
<style>
a { background-color: #C18BDB; }
a { background-color: rgb(193,139,219); }
div.DivClassName
{
background-color: #C18BDB;
}
.BgClassName
{
background-color: #C18BDB;
}
</style>
border-color css
<style>
span { border-color: #C18BDB; }
span { border-color: rgb(193,139,219); }
td.TdClassName
{
border-color: #C18BDB;
}
.TagClassName
{
border-color: #C18BDB;
}
</style>