Shades of Wisteria #C487DB
Tints of Wisteria #C487DB
RGB
CMYK
RGB Variations
Color information
#C487DB (or 0xC487DB) is known color: Wisteria. HEX triplet: C4, 87 and DB. RGB value is (196,135,219). Sum of RGB (Red+Green+Blue) = 196+135+219=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #C487DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487DB is #3B7824. Grayscale: #A2A2A2. Windows color (decimal): -3897381 or 14387140. OLE color: 14387140.
HSL color Cylindrical-coordinate representation of color #C487DB: hue angle of 283.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C487DB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 135 | 219 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.14 |
| HSL | 283.57º | 0.54% | 0.69% | - |
| HSV(B) | 283.57º | 0.38% | 0.86% | - |
| XYZ | 44.22 | 34.18 | 71.28 | - |
| YUV | 162.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 219 | 0.11 | 0.38 | 0 | 0.14 | 283.57 | 0.54 | 0.69 |
| Hex | C4 | 87 | DB | B | 26 | 0 | E | 11C | 36 | 45 |
| Octal | 304 | 207 | 333 | 13 | 46 | 0 | 16 | 434 | 66 | 105 |
| Binary | 11000100 | 10000111 | 11011011 | 1011 | 100110 | 0 | 1110 | 100011100 | 110110 | 1000101 |
Color Harmonies of #C487DB
Complementary color
Monochromatic Colors of #C487DB
Black with #C487DB
Text Example
Text Example
White with #C487DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487DB; }
p { color: rgb(196,135,219); }
H1.HeaderClassName
{
color: #C487DB;
}
.AnyTagClassName
{
color: #C487DB;
}
</style>
background-color css
<style>
a { background-color: #C487DB; }
a { background-color: rgb(196,135,219); }
div.DivClassName
{
background-color: #C487DB;
}
.BgClassName
{
background-color: #C487DB;
}
</style>
border-color css
<style>
span { border-color: #C487DB; }
span { border-color: rgb(196,135,219); }
td.TdClassName
{
border-color: #C487DB;
}
.TagClassName
{
border-color: #C487DB;
}
</style>