Shades of Wisteria #C580DA
Tints of Wisteria #C580DA
RGB
CMYK
RGB Variations
Color information
#C580DA (or 0xC580DA) is known color: Wisteria. HEX triplet: C5, 80 and DA. RGB value is (197,128,218). Sum of RGB (Red+Green+Blue) = 197+128+218=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #C580DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580DA is #3A7F25. Grayscale: #9E9E9E. Windows color (decimal): -3833638 or 14319813. OLE color: 14319813.
HSL color Cylindrical-coordinate representation of color #C580DA: hue angle of 286º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C580DA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 128 | 218 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.15 |
| HSL | 286º | 0.55% | 0.68% | - |
| HSV(B) | 286º | 0.41% | 0.85% | - |
| XYZ | 43.4 | 32.37 | 70.29 | - |
| YUV | 158.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 218 | 0.10 | 0.41 | 0 | 0.15 | 286 | 0.55 | 0.68 |
| Hex | C5 | 80 | DA | A | 29 | 0 | F | 11E | 37 | 44 |
| Octal | 305 | 200 | 332 | 12 | 51 | 0 | 17 | 436 | 67 | 104 |
| Binary | 11000101 | 10000000 | 11011010 | 1010 | 101001 | 0 | 1111 | 100011110 | 110111 | 1000100 |
Color Harmonies of #C580DA
Complementary color
Monochromatic Colors of #C580DA
Black with #C580DA
Text Example
Text Example
White with #C580DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C580DA; }
p { color: rgb(197,128,218); }
H1.HeaderClassName
{
color: #C580DA;
}
.AnyTagClassName
{
color: #C580DA;
}
</style>
background-color css
<style>
a { background-color: #C580DA; }
a { background-color: rgb(197,128,218); }
div.DivClassName
{
background-color: #C580DA;
}
.BgClassName
{
background-color: #C580DA;
}
</style>
border-color css
<style>
span { border-color: #C580DA; }
span { border-color: rgb(197,128,218); }
td.TdClassName
{
border-color: #C580DA;
}
.TagClassName
{
border-color: #C580DA;
}
</style>