Shades of Wisteria #C185DB
Tints of Wisteria #C185DB
RGB
CMYK
RGB Variations
Color information
#C185DB (or 0xC185DB) is known color: Wisteria. HEX triplet: C1, 85 and DB. RGB value is (193,133,219). Sum of RGB (Red+Green+Blue) = 193+133+219=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #C185DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185DB is #3E7A24. Grayscale: #A0A0A0. Windows color (decimal): -4094501 or 14386625. OLE color: 14386625.
HSL color Cylindrical-coordinate representation of color #C185DB: hue angle of 281.86º 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 #C185DB is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 133 | 219 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.14 |
| HSL | 281.86º | 0.54% | 0.69% | - |
| HSV(B) | 281.86º | 0.39% | 0.86% | - |
| XYZ | 43.17 | 33.23 | 71.16 | - |
| YUV | 160.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 219 | 0.12 | 0.39 | 0 | 0.14 | 281.86 | 0.54 | 0.69 |
| Hex | C1 | 85 | DB | C | 27 | 0 | E | 11A | 36 | 45 |
| Octal | 301 | 205 | 333 | 14 | 47 | 0 | 16 | 432 | 66 | 105 |
| Binary | 11000001 | 10000101 | 11011011 | 1100 | 100111 | 0 | 1110 | 100011010 | 110110 | 1000101 |
Color Harmonies of #C185DB
Complementary color
Monochromatic Colors of #C185DB
Black with #C185DB
Text Example
Text Example
White with #C185DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185DB; }
p { color: rgb(193,133,219); }
H1.HeaderClassName
{
color: #C185DB;
}
.AnyTagClassName
{
color: #C185DB;
}
</style>
background-color css
<style>
a { background-color: #C185DB; }
a { background-color: rgb(193,133,219); }
div.DivClassName
{
background-color: #C185DB;
}
.BgClassName
{
background-color: #C185DB;
}
</style>
border-color css
<style>
span { border-color: #C185DB; }
span { border-color: rgb(193,133,219); }
td.TdClassName
{
border-color: #C185DB;
}
.TagClassName
{
border-color: #C185DB;
}
</style>