Shades of Wisteria #C488DB
Tints of Wisteria #C488DB
RGB
CMYK
RGB Variations
Color information
#C488DB (or 0xC488DB) is known color: Wisteria. HEX triplet: C4, 88 and DB. RGB value is (196,136,219). Sum of RGB (Red+Green+Blue) = 196+136+219=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 136 (53.52% from 255 or 24.68% 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 #C488DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488DB is #3B7724. Grayscale: #A3A3A3. Windows color (decimal): -3897125 or 14387396. OLE color: 14387396.
HSL color Cylindrical-coordinate representation of color #C488DB: hue angle of 283.37º 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 #C488DB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 136 | 219 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.14 |
| HSL | 283.37º | 0.54% | 0.7% | - |
| HSV(B) | 283.37º | 0.38% | 0.86% | - |
| XYZ | 44.36 | 34.46 | 71.33 | - |
| YUV | 163.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 219 | 0.11 | 0.38 | 0 | 0.14 | 283.37 | 0.54 | 0.7 |
| Hex | C4 | 88 | DB | B | 26 | 0 | E | 11B | 36 | 46 |
| Octal | 304 | 210 | 333 | 13 | 46 | 0 | 16 | 433 | 66 | 106 |
| Binary | 11000100 | 10001000 | 11011011 | 1011 | 100110 | 0 | 1110 | 100011011 | 110110 | 1000110 |
Color Harmonies of #C488DB
Complementary color
Monochromatic Colors of #C488DB
Black with #C488DB
Text Example
Text Example
White with #C488DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488DB; }
p { color: rgb(196,136,219); }
H1.HeaderClassName
{
color: #C488DB;
}
.AnyTagClassName
{
color: #C488DB;
}
</style>
background-color css
<style>
a { background-color: #C488DB; }
a { background-color: rgb(196,136,219); }
div.DivClassName
{
background-color: #C488DB;
}
.BgClassName
{
background-color: #C488DB;
}
</style>
border-color css
<style>
span { border-color: #C488DB; }
span { border-color: rgb(196,136,219); }
td.TdClassName
{
border-color: #C488DB;
}
.TagClassName
{
border-color: #C488DB;
}
</style>