Shades of Wisteria #C180DF
Tints of Wisteria #C180DF
RGB
CMYK
RGB Variations
Color information
#C180DF (or 0xC180DF) is known color: Wisteria. HEX triplet: C1, 80 and DF. RGB value is (193,128,223). Sum of RGB (Red+Green+Blue) = 193+128+223=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #C180DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180DF is #3E7F20. Grayscale: #9D9D9D. Windows color (decimal): -4095777 or 14647489. OLE color: 14647489.
HSL color Cylindrical-coordinate representation of color #C180DF: hue angle of 281.05º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C180DF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 128 | 223 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.13 |
| HSL | 281.05º | 0.6% | 0.69% | - |
| HSV(B) | 281.05º | 0.43% | 0.87% | - |
| XYZ | 43.03 | 32.1 | 73.74 | - |
| YUV | 158.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 223 | 0.13 | 0.43 | 0 | 0.13 | 281.05 | 0.6 | 0.69 |
| Hex | C1 | 80 | DF | D | 2B | 0 | D | 119 | 3C | 45 |
| Octal | 301 | 200 | 337 | 15 | 53 | 0 | 15 | 431 | 74 | 105 |
| Binary | 11000001 | 10000000 | 11011111 | 1101 | 101011 | 0 | 1101 | 100011001 | 111100 | 1000101 |
Color Harmonies of #C180DF
Complementary color
Monochromatic Colors of #C180DF
Black with #C180DF
Text Example
Text Example
White with #C180DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180DF; }
p { color: rgb(193,128,223); }
H1.HeaderClassName
{
color: #C180DF;
}
.AnyTagClassName
{
color: #C180DF;
}
</style>
background-color css
<style>
a { background-color: #C180DF; }
a { background-color: rgb(193,128,223); }
div.DivClassName
{
background-color: #C180DF;
}
.BgClassName
{
background-color: #C180DF;
}
</style>
border-color css
<style>
span { border-color: #C180DF; }
span { border-color: rgb(193,128,223); }
td.TdClassName
{
border-color: #C180DF;
}
.TagClassName
{
border-color: #C180DF;
}
</style>