Shades of Wisteria #C180DB
Tints of Wisteria #C180DB
RGB
CMYK
RGB Variations
Color information
#C180DB (or 0xC180DB) is known color: Wisteria. HEX triplet: C1, 80 and DB. RGB value is (193,128,219). Sum of RGB (Red+Green+Blue) = 193+128+219=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #C180DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180DB is #3E7F24. Grayscale: #9D9D9D. Windows color (decimal): -4095781 or 14385345. OLE color: 14385345.
HSL color Cylindrical-coordinate representation of color #C180DB: hue angle of 282.86º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C180DB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 128 | 219 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.14 |
| HSL | 282.86º | 0.56% | 0.68% | - |
| HSV(B) | 282.86º | 0.42% | 0.86% | - |
| XYZ | 42.5 | 31.89 | 70.93 | - |
| YUV | 157.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 219 | 0.12 | 0.42 | 0 | 0.14 | 282.86 | 0.56 | 0.68 |
| Hex | C1 | 80 | DB | C | 2A | 0 | E | 11B | 38 | 44 |
| Octal | 301 | 200 | 333 | 14 | 52 | 0 | 16 | 433 | 70 | 104 |
| Binary | 11000001 | 10000000 | 11011011 | 1100 | 101010 | 0 | 1110 | 100011011 | 111000 | 1000100 |
Color Harmonies of #C180DB
Complementary color
Monochromatic Colors of #C180DB
Black with #C180DB
Text Example
Text Example
White with #C180DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180DB; }
p { color: rgb(193,128,219); }
H1.HeaderClassName
{
color: #C180DB;
}
.AnyTagClassName
{
color: #C180DB;
}
</style>
background-color css
<style>
a { background-color: #C180DB; }
a { background-color: rgb(193,128,219); }
div.DivClassName
{
background-color: #C180DB;
}
.BgClassName
{
background-color: #C180DB;
}
</style>
border-color css
<style>
span { border-color: #C180DB; }
span { border-color: rgb(193,128,219); }
td.TdClassName
{
border-color: #C180DB;
}
.TagClassName
{
border-color: #C180DB;
}
</style>