Shades of Wisteria #C180DD
Tints of Wisteria #C180DD
RGB
CMYK
RGB Variations
Color information
#C180DD (or 0xC180DD) is known color: Wisteria. HEX triplet: C1, 80 and DD. RGB value is (193,128,221). Sum of RGB (Red+Green+Blue) = 193+128+221=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #C180DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180DD is #3E7F22. Grayscale: #9D9D9D. Windows color (decimal): -4095779 or 14516417. OLE color: 14516417.
HSL color Cylindrical-coordinate representation of color #C180DD: hue angle of 281.94º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C180DD is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 128 | 221 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.13 |
| HSL | 281.94º | 0.58% | 0.68% | - |
| HSV(B) | 281.94º | 0.42% | 0.87% | - |
| XYZ | 42.76 | 32 | 72.33 | - |
| YUV | 158.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 221 | 0.13 | 0.42 | 0 | 0.13 | 281.94 | 0.58 | 0.68 |
| Hex | C1 | 80 | DD | D | 2A | 0 | D | 11A | 3A | 44 |
| Octal | 301 | 200 | 335 | 15 | 52 | 0 | 15 | 432 | 72 | 104 |
| Binary | 11000001 | 10000000 | 11011101 | 1101 | 101010 | 0 | 1101 | 100011010 | 111010 | 1000100 |
Color Harmonies of #C180DD
Complementary color
Monochromatic Colors of #C180DD
Black with #C180DD
Text Example
Text Example
White with #C180DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180DD; }
p { color: rgb(193,128,221); }
H1.HeaderClassName
{
color: #C180DD;
}
.AnyTagClassName
{
color: #C180DD;
}
</style>
background-color css
<style>
a { background-color: #C180DD; }
a { background-color: rgb(193,128,221); }
div.DivClassName
{
background-color: #C180DD;
}
.BgClassName
{
background-color: #C180DD;
}
</style>
border-color css
<style>
span { border-color: #C180DD; }
span { border-color: rgb(193,128,221); }
td.TdClassName
{
border-color: #C180DD;
}
.TagClassName
{
border-color: #C180DD;
}
</style>