Shades of Wisteria #C587DB
Tints of Wisteria #C587DB
RGB
CMYK
RGB Variations
Color information
#C587DB (or 0xC587DB) is known color: Wisteria. HEX triplet: C5, 87 and DB. RGB value is (197,135,219). Sum of RGB (Red+Green+Blue) = 197+135+219=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 135 (53.12% from 255 or 24.50% 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 #C587DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C587DB is #3A7824. Grayscale: #A2A2A2. Windows color (decimal): -3831845 or 14387141. OLE color: 14387141.
HSL color Cylindrical-coordinate representation of color #C587DB: hue angle of 284.29º 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 #C587DB is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 135 | 219 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.14 |
| HSL | 284.29º | 0.54% | 0.69% | - |
| HSV(B) | 284.29º | 0.38% | 0.86% | - |
| XYZ | 44.48 | 34.31 | 71.3 | - |
| YUV | 163.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 219 | 0.10 | 0.38 | 0 | 0.14 | 284.29 | 0.54 | 0.69 |
| Hex | C5 | 87 | DB | A | 26 | 0 | E | 11C | 36 | 45 |
| Octal | 305 | 207 | 333 | 12 | 46 | 0 | 16 | 434 | 66 | 105 |
| Binary | 11000101 | 10000111 | 11011011 | 1010 | 100110 | 0 | 1110 | 100011100 | 110110 | 1000101 |
Color Harmonies of #C587DB
Complementary color
Monochromatic Colors of #C587DB
Black with #C587DB
Text Example
Text Example
White with #C587DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C587DB; }
p { color: rgb(197,135,219); }
H1.HeaderClassName
{
color: #C587DB;
}
.AnyTagClassName
{
color: #C587DB;
}
</style>
background-color css
<style>
a { background-color: #C587DB; }
a { background-color: rgb(197,135,219); }
div.DivClassName
{
background-color: #C587DB;
}
.BgClassName
{
background-color: #C587DB;
}
</style>
border-color css
<style>
span { border-color: #C587DB; }
span { border-color: rgb(197,135,219); }
td.TdClassName
{
border-color: #C587DB;
}
.TagClassName
{
border-color: #C587DB;
}
</style>