Shades of Wisteria #C585DB
Tints of Wisteria #C585DB
RGB
CMYK
RGB Variations
Color information
#C585DB (or 0xC585DB) is known color: Wisteria. HEX triplet: C5, 85 and DB. RGB value is (197,133,219). Sum of RGB (Red+Green+Blue) = 197+133+219=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 133 (52.34% from 255 or 24.23% 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 #C585DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585DB is #3A7A24. Grayscale: #A1A1A1. Windows color (decimal): -3832357 or 14386629. OLE color: 14386629.
HSL color Cylindrical-coordinate representation of color #C585DB: hue angle of 284.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C585DB is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 133 | 219 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.14 |
| HSL | 284.65º | 0.54% | 0.69% | - |
| HSV(B) | 284.65º | 0.39% | 0.86% | - |
| XYZ | 44.2 | 33.76 | 71.2 | - |
| YUV | 161.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 219 | 0.10 | 0.39 | 0 | 0.14 | 284.65 | 0.54 | 0.69 |
| Hex | C5 | 85 | DB | A | 27 | 0 | E | 11D | 36 | 45 |
| Octal | 305 | 205 | 333 | 12 | 47 | 0 | 16 | 435 | 66 | 105 |
| Binary | 11000101 | 10000101 | 11011011 | 1010 | 100111 | 0 | 1110 | 100011101 | 110110 | 1000101 |
Color Harmonies of #C585DB
Complementary color
Monochromatic Colors of #C585DB
Black with #C585DB
Text Example
Text Example
White with #C585DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585DB; }
p { color: rgb(197,133,219); }
H1.HeaderClassName
{
color: #C585DB;
}
.AnyTagClassName
{
color: #C585DB;
}
</style>
background-color css
<style>
a { background-color: #C585DB; }
a { background-color: rgb(197,133,219); }
div.DivClassName
{
background-color: #C585DB;
}
.BgClassName
{
background-color: #C585DB;
}
</style>
border-color css
<style>
span { border-color: #C585DB; }
span { border-color: rgb(197,133,219); }
td.TdClassName
{
border-color: #C585DB;
}
.TagClassName
{
border-color: #C585DB;
}
</style>