Shades of Wisteria #C882DB
Tints of Wisteria #C882DB
RGB
CMYK
RGB Variations
Color information
#C882DB (or 0xC882DB) is known color: Wisteria. HEX triplet: C8, 82 and DB. RGB value is (200,130,219). Sum of RGB (Red+Green+Blue) = 200+130+219=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #C882DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882DB is #377D24. Grayscale: #A0A0A0. Windows color (decimal): -3636517 or 14385864. OLE color: 14385864.
HSL color Cylindrical-coordinate representation of color #C882DB: hue angle of 287.19º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C882DB is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 130 | 219 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.14 |
| HSL | 287.19º | 0.55% | 0.68% | - |
| HSV(B) | 287.19º | 0.41% | 0.86% | - |
| XYZ | 44.59 | 33.36 | 71.11 | - |
| YUV | 161.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 219 | 0.09 | 0.41 | 0 | 0.14 | 287.19 | 0.55 | 0.68 |
| Hex | C8 | 82 | DB | 9 | 29 | 0 | E | 11F | 37 | 44 |
| Octal | 310 | 202 | 333 | 11 | 51 | 0 | 16 | 437 | 67 | 104 |
| Binary | 11001000 | 10000010 | 11011011 | 1001 | 101001 | 0 | 1110 | 100011111 | 110111 | 1000100 |
Color Harmonies of #C882DB
Complementary color
Monochromatic Colors of #C882DB
Black with #C882DB
Text Example
Text Example
White with #C882DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882DB; }
p { color: rgb(200,130,219); }
H1.HeaderClassName
{
color: #C882DB;
}
.AnyTagClassName
{
color: #C882DB;
}
</style>
background-color css
<style>
a { background-color: #C882DB; }
a { background-color: rgb(200,130,219); }
div.DivClassName
{
background-color: #C882DB;
}
.BgClassName
{
background-color: #C882DB;
}
</style>
border-color css
<style>
span { border-color: #C882DB; }
span { border-color: rgb(200,130,219); }
td.TdClassName
{
border-color: #C882DB;
}
.TagClassName
{
border-color: #C882DB;
}
</style>