Shades of Wisteria #C09BDB
Tints of Wisteria #C09BDB
RGB
CMYK
RGB Variations
Color information
#C09BDB (or 0xC09BDB) is known color: Wisteria. HEX triplet: C0, 9B and DB. RGB value is (192,155,219). Sum of RGB (Red+Green+Blue) = 192+155+219=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 155 (60.94% from 255 or 27.39% 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 #C09BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BDB is #3F6424. Grayscale: #ADADAD. Windows color (decimal): -4154405 or 14392256. OLE color: 14392256.
HSL color Cylindrical-coordinate representation of color #C09BDB: hue angle of 274.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09BDB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 155 | 219 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.14 |
| HSL | 274.69º | 0.47% | 0.73% | - |
| HSV(B) | 274.69º | 0.29% | 0.86% | - |
| XYZ | 46.25 | 39.76 | 72.26 | - |
| YUV | 173.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 219 | 0.12 | 0.29 | 0 | 0.14 | 274.69 | 0.47 | 0.73 |
| Hex | C0 | 9B | DB | C | 1D | 0 | E | 113 | 2F | 49 |
| Octal | 300 | 233 | 333 | 14 | 35 | 0 | 16 | 423 | 57 | 111 |
| Binary | 11000000 | 10011011 | 11011011 | 1100 | 11101 | 0 | 1110 | 100010011 | 101111 | 1001001 |
Color Harmonies of #C09BDB
Complementary color
Monochromatic Colors of #C09BDB
Black with #C09BDB
Text Example
Text Example
White with #C09BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BDB; }
p { color: rgb(192,155,219); }
H1.HeaderClassName
{
color: #C09BDB;
}
.AnyTagClassName
{
color: #C09BDB;
}
</style>
background-color css
<style>
a { background-color: #C09BDB; }
a { background-color: rgb(192,155,219); }
div.DivClassName
{
background-color: #C09BDB;
}
.BgClassName
{
background-color: #C09BDB;
}
</style>
border-color css
<style>
span { border-color: #C09BDB; }
span { border-color: rgb(192,155,219); }
td.TdClassName
{
border-color: #C09BDB;
}
.TagClassName
{
border-color: #C09BDB;
}
</style>