Shades of Wisteria #C891DB
Tints of Wisteria #C891DB
RGB
CMYK
RGB Variations
Color information
#C891DB (or 0xC891DB) is known color: Wisteria. HEX triplet: C8, 91 and DB. RGB value is (200,145,219). Sum of RGB (Red+Green+Blue) = 200+145+219=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #C891DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891DB is #376E24. Grayscale: #A9A9A9. Windows color (decimal): -3632677 or 14389704. OLE color: 14389704.
HSL color Cylindrical-coordinate representation of color #C891DB: hue angle of 284.59º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C891DB is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 145 | 219 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.14 |
| HSL | 284.59º | 0.51% | 0.71% | - |
| HSV(B) | 284.59º | 0.34% | 0.86% | - |
| XYZ | 46.73 | 37.64 | 71.82 | - |
| YUV | 169.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 219 | 0.09 | 0.34 | 0 | 0.14 | 284.59 | 0.51 | 0.71 |
| Hex | C8 | 91 | DB | 9 | 22 | 0 | E | 11D | 33 | 47 |
| Octal | 310 | 221 | 333 | 11 | 42 | 0 | 16 | 435 | 63 | 107 |
| Binary | 11001000 | 10010001 | 11011011 | 1001 | 100010 | 0 | 1110 | 100011101 | 110011 | 1000111 |
Color Harmonies of #C891DB
Complementary color
Monochromatic Colors of #C891DB
Black with #C891DB
Text Example
Text Example
White with #C891DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891DB; }
p { color: rgb(200,145,219); }
H1.HeaderClassName
{
color: #C891DB;
}
.AnyTagClassName
{
color: #C891DB;
}
</style>
background-color css
<style>
a { background-color: #C891DB; }
a { background-color: rgb(200,145,219); }
div.DivClassName
{
background-color: #C891DB;
}
.BgClassName
{
background-color: #C891DB;
}
</style>
border-color css
<style>
span { border-color: #C891DB; }
span { border-color: rgb(200,145,219); }
td.TdClassName
{
border-color: #C891DB;
}
.TagClassName
{
border-color: #C891DB;
}
</style>