Shades of Wisteria #C89BDB
Tints of Wisteria #C89BDB
RGB
CMYK
RGB Variations
Color information
#C89BDB (or 0xC89BDB) is known color: Wisteria. HEX triplet: C8, 9B and DB. RGB value is (200,155,219). Sum of RGB (Red+Green+Blue) = 200+155+219=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #C89BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BDB is #376424. Grayscale: #AFAFAF. Windows color (decimal): -3630117 or 14392264. OLE color: 14392264.
HSL color Cylindrical-coordinate representation of color #C89BDB: hue angle of 282.19º 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 #C89BDB is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 155 | 219 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.14 |
| HSL | 282.19º | 0.47% | 0.73% | - |
| HSV(B) | 282.19º | 0.29% | 0.86% | - |
| XYZ | 48.33 | 40.84 | 72.35 | - |
| YUV | 175.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 219 | 0.09 | 0.29 | 0 | 0.14 | 282.19 | 0.47 | 0.73 |
| Hex | C8 | 9B | DB | 9 | 1D | 0 | E | 11A | 2F | 49 |
| Octal | 310 | 233 | 333 | 11 | 35 | 0 | 16 | 432 | 57 | 111 |
| Binary | 11001000 | 10011011 | 11011011 | 1001 | 11101 | 0 | 1110 | 100011010 | 101111 | 1001001 |
Color Harmonies of #C89BDB
Complementary color
Monochromatic Colors of #C89BDB
Black with #C89BDB
Text Example
Text Example
White with #C89BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BDB; }
p { color: rgb(200,155,219); }
H1.HeaderClassName
{
color: #C89BDB;
}
.AnyTagClassName
{
color: #C89BDB;
}
</style>
background-color css
<style>
a { background-color: #C89BDB; }
a { background-color: rgb(200,155,219); }
div.DivClassName
{
background-color: #C89BDB;
}
.BgClassName
{
background-color: #C89BDB;
}
</style>
border-color css
<style>
span { border-color: #C89BDB; }
span { border-color: rgb(200,155,219); }
td.TdClassName
{
border-color: #C89BDB;
}
.TagClassName
{
border-color: #C89BDB;
}
</style>