Shades of Wisteria #C884DB
Tints of Wisteria #C884DB
RGB
CMYK
RGB Variations
Color information
#C884DB (or 0xC884DB) is known color: Wisteria. HEX triplet: C8, 84 and DB. RGB value is (200,132,219). Sum of RGB (Red+Green+Blue) = 200+132+219=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 132 (51.95% from 255 or 23.96% 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 #C884DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884DB is #377B24. Grayscale: #A1A1A1. Windows color (decimal): -3636005 or 14386376. OLE color: 14386376.
HSL color Cylindrical-coordinate representation of color #C884DB: hue angle of 286.9º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C884DB is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 132 | 219 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.14 |
| HSL | 286.9º | 0.55% | 0.69% | - |
| HSV(B) | 286.9º | 0.4% | 0.86% | - |
| XYZ | 44.86 | 33.9 | 71.2 | - |
| YUV | 162.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 219 | 0.09 | 0.40 | 0 | 0.14 | 286.9 | 0.55 | 0.69 |
| Hex | C8 | 84 | DB | 9 | 28 | 0 | E | 11F | 37 | 45 |
| Octal | 310 | 204 | 333 | 11 | 50 | 0 | 16 | 437 | 67 | 105 |
| Binary | 11001000 | 10000100 | 11011011 | 1001 | 101000 | 0 | 1110 | 100011111 | 110111 | 1000101 |
Color Harmonies of #C884DB
Complementary color
Monochromatic Colors of #C884DB
Black with #C884DB
Text Example
Text Example
White with #C884DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884DB; }
p { color: rgb(200,132,219); }
H1.HeaderClassName
{
color: #C884DB;
}
.AnyTagClassName
{
color: #C884DB;
}
</style>
background-color css
<style>
a { background-color: #C884DB; }
a { background-color: rgb(200,132,219); }
div.DivClassName
{
background-color: #C884DB;
}
.BgClassName
{
background-color: #C884DB;
}
</style>
border-color css
<style>
span { border-color: #C884DB; }
span { border-color: rgb(200,132,219); }
td.TdClassName
{
border-color: #C884DB;
}
.TagClassName
{
border-color: #C884DB;
}
</style>