Shades of Wisteria #C597DA
Tints of Wisteria #C597DA
RGB
CMYK
RGB Variations
Color information
#C597DA (or 0xC597DA) is known color: Wisteria. HEX triplet: C5, 97 and DA. RGB value is (197,151,218). Sum of RGB (Red+Green+Blue) = 197+151+218=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C597DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597DA is #3A6825. Grayscale: #ACACAC. Windows color (decimal): -3827750 or 14325701. OLE color: 14325701.
HSL color Cylindrical-coordinate representation of color #C597DA: hue angle of 281.19º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C597DA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 151 | 218 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.15 |
| HSL | 281.19º | 0.48% | 0.72% | - |
| HSV(B) | 281.19º | 0.31% | 0.85% | - |
| XYZ | 46.75 | 39.07 | 71.41 | - |
| YUV | 172.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 218 | 0.10 | 0.31 | 0 | 0.15 | 281.19 | 0.48 | 0.72 |
| Hex | C5 | 97 | DA | A | 1F | 0 | F | 119 | 30 | 48 |
| Octal | 305 | 227 | 332 | 12 | 37 | 0 | 17 | 431 | 60 | 110 |
| Binary | 11000101 | 10010111 | 11011010 | 1010 | 11111 | 0 | 1111 | 100011001 | 110000 | 1001000 |
Color Harmonies of #C597DA
Complementary color
Monochromatic Colors of #C597DA
Black with #C597DA
Text Example
Text Example
White with #C597DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C597DA; }
p { color: rgb(197,151,218); }
H1.HeaderClassName
{
color: #C597DA;
}
.AnyTagClassName
{
color: #C597DA;
}
</style>
background-color css
<style>
a { background-color: #C597DA; }
a { background-color: rgb(197,151,218); }
div.DivClassName
{
background-color: #C597DA;
}
.BgClassName
{
background-color: #C597DA;
}
</style>
border-color css
<style>
span { border-color: #C597DA; }
span { border-color: rgb(197,151,218); }
td.TdClassName
{
border-color: #C597DA;
}
.TagClassName
{
border-color: #C597DA;
}
</style>