Shades of Wisteria #C180D8
Tints of Wisteria #C180D8
RGB
CMYK
RGB Variations
Color information
#C180D8 (or 0xC180D8) is known color: Wisteria. HEX triplet: C1, 80 and D8. RGB value is (193,128,216). Sum of RGB (Red+Green+Blue) = 193+128+216=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #C180D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180D8 is #3E7F27. Grayscale: #9D9D9D. Windows color (decimal): -4095784 or 14188737. OLE color: 14188737.
HSL color Cylindrical-coordinate representation of color #C180D8: hue angle of 284.32º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C180D8 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 128 | 216 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.15 |
| HSL | 284.32º | 0.53% | 0.67% | - |
| HSV(B) | 284.32º | 0.41% | 0.85% | - |
| XYZ | 42.11 | 31.73 | 68.87 | - |
| YUV | 157.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 216 | 0.11 | 0.41 | 0 | 0.15 | 284.32 | 0.53 | 0.67 |
| Hex | C1 | 80 | D8 | B | 29 | 0 | F | 11C | 35 | 43 |
| Octal | 301 | 200 | 330 | 13 | 51 | 0 | 17 | 434 | 65 | 103 |
| Binary | 11000001 | 10000000 | 11011000 | 1011 | 101001 | 0 | 1111 | 100011100 | 110101 | 1000011 |
Color Harmonies of #C180D8
Complementary color
Monochromatic Colors of #C180D8
Black with #C180D8
Text Example
Text Example
White with #C180D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180D8; }
p { color: rgb(193,128,216); }
H1.HeaderClassName
{
color: #C180D8;
}
.AnyTagClassName
{
color: #C180D8;
}
</style>
background-color css
<style>
a { background-color: #C180D8; }
a { background-color: rgb(193,128,216); }
div.DivClassName
{
background-color: #C180D8;
}
.BgClassName
{
background-color: #C180D8;
}
</style>
border-color css
<style>
span { border-color: #C180D8; }
span { border-color: rgb(193,128,216); }
td.TdClassName
{
border-color: #C180D8;
}
.TagClassName
{
border-color: #C180D8;
}
</style>