Shades of Wisteria #C89FDB
Tints of Wisteria #C89FDB
RGB
CMYK
RGB Variations
Color information
#C89FDB (or 0xC89FDB) is known color: Wisteria. HEX triplet: C8, 9F and DB. RGB value is (200,159,219). Sum of RGB (Red+Green+Blue) = 200+159+219=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #C89FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89FDB is #376024. Grayscale: #B1B1B1. Windows color (decimal): -3629093 or 14393288. OLE color: 14393288.
HSL color Cylindrical-coordinate representation of color #C89FDB: hue angle of 281º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89FDB is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 159 | 219 | - |
CMYK | 0.09 | 0.27 | 0 | 0.14 |
HSL | 281º | 0.45% | 0.74% | - |
HSV(B) | 281º | 0.27% | 0.86% | - |
XYZ | 49 | 42.19 | 72.58 | - |
YUV | 178.1 | 151.08 | 143.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 159 | 219 | 0.09 | 0.27 | 0 | 0.14 | 281 | 0.45 | 0.74 |
Hex | C8 | 9F | DB | 9 | 1B | 0 | E | 119 | 2D | 4A |
Octal | 310 | 237 | 333 | 11 | 33 | 0 | 16 | 431 | 55 | 112 |
Binary | 11001000 | 10011111 | 11011011 | 1001 | 11011 | 0 | 1110 | 100011001 | 101101 | 1001010 |
Color Harmonies of #C89FDB
Complementary color
Monochromatic Colors of #C89FDB
Black with #C89FDB
Text Example
Text Example
White with #C89FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89FDB; }
p { color: rgb(200,159,219); }
H1.HeaderClassName
{
color: #C89FDB;
}
.AnyTagClassName
{
color: #C89FDB;
}
</style>
background-color css
<style>
a { background-color: #C89FDB; }
a { background-color: rgb(200,159,219); }
div.DivClassName
{
background-color: #C89FDB;
}
.BgClassName
{
background-color: #C89FDB;
}
</style>
border-color css
<style>
span { border-color: #C89FDB; }
span { border-color: rgb(200,159,219); }
td.TdClassName
{
border-color: #C89FDB;
}
.TagClassName
{
border-color: #C89FDB;
}
</style>