Shades of Wisteria #C888DB
Tints of Wisteria #C888DB
RGB
CMYK
RGB Variations
Color information
#C888DB (or 0xC888DB) is known color: Wisteria. HEX triplet: C8, 88 and DB. RGB value is (200,136,219). Sum of RGB (Red+Green+Blue) = 200+136+219=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #C888DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888DB is #377724. Grayscale: #A4A4A4. Windows color (decimal): -3634981 or 14387400. OLE color: 14387400.
HSL color Cylindrical-coordinate representation of color #C888DB: hue angle of 286.27º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C888DB is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 136 | 219 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.14 |
| HSL | 286.27º | 0.54% | 0.7% | - |
| HSV(B) | 286.27º | 0.38% | 0.86% | - |
| XYZ | 45.41 | 35 | 71.38 | - |
| YUV | 164.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 219 | 0.09 | 0.38 | 0 | 0.14 | 286.27 | 0.54 | 0.7 |
| Hex | C8 | 88 | DB | 9 | 26 | 0 | E | 11E | 36 | 46 |
| Octal | 310 | 210 | 333 | 11 | 46 | 0 | 16 | 436 | 66 | 106 |
| Binary | 11001000 | 10001000 | 11011011 | 1001 | 100110 | 0 | 1110 | 100011110 | 110110 | 1000110 |
Color Harmonies of #C888DB
Complementary color
Monochromatic Colors of #C888DB
Black with #C888DB
Text Example
Text Example
White with #C888DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888DB; }
p { color: rgb(200,136,219); }
H1.HeaderClassName
{
color: #C888DB;
}
.AnyTagClassName
{
color: #C888DB;
}
</style>
background-color css
<style>
a { background-color: #C888DB; }
a { background-color: rgb(200,136,219); }
div.DivClassName
{
background-color: #C888DB;
}
.BgClassName
{
background-color: #C888DB;
}
</style>
border-color css
<style>
span { border-color: #C888DB; }
span { border-color: rgb(200,136,219); }
td.TdClassName
{
border-color: #C888DB;
}
.TagClassName
{
border-color: #C888DB;
}
</style>