Shades of Wisteria #C597DF
Tints of Wisteria #C597DF
RGB
CMYK
RGB Variations
Color information
#C597DF (or 0xC597DF) is known color: Wisteria. HEX triplet: C5, 97 and DF. RGB value is (197,151,223). Sum of RGB (Red+Green+Blue) = 197+151+223=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #C597DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597DF is #3A6820. Grayscale: #ACACAC. Windows color (decimal): -3827745 or 14653381. OLE color: 14653381.
HSL color Cylindrical-coordinate representation of color #C597DF: hue angle of 278.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C597DF is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 151 | 223 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.13 |
| HSL | 278.33º | 0.53% | 0.73% | - |
| HSV(B) | 278.33º | 0.32% | 0.87% | - |
| XYZ | 47.41 | 39.33 | 74.9 | - |
| YUV | 172.96 | 156.24 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 223 | 0.12 | 0.32 | 0 | 0.13 | 278.33 | 0.53 | 0.73 |
| Hex | C5 | 97 | DF | C | 20 | 0 | D | 116 | 35 | 49 |
| Octal | 305 | 227 | 337 | 14 | 40 | 0 | 15 | 426 | 65 | 111 |
| Binary | 11000101 | 10010111 | 11011111 | 1100 | 100000 | 0 | 1101 | 100010110 | 110101 | 1001001 |
Color Harmonies of #C597DF
Complementary color
Monochromatic Colors of #C597DF
Black with #C597DF
Text Example
Text Example
White with #C597DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C597DF; }
p { color: rgb(197,151,223); }
H1.HeaderClassName
{
color: #C597DF;
}
.AnyTagClassName
{
color: #C597DF;
}
</style>
background-color css
<style>
a { background-color: #C597DF; }
a { background-color: rgb(197,151,223); }
div.DivClassName
{
background-color: #C597DF;
}
.BgClassName
{
background-color: #C597DF;
}
</style>
border-color css
<style>
span { border-color: #C597DF; }
span { border-color: rgb(197,151,223); }
td.TdClassName
{
border-color: #C597DF;
}
.TagClassName
{
border-color: #C597DF;
}
</style>