Shades of Wisteria #C597DC
Tints of Wisteria #C597DC
RGB
CMYK
RGB Variations
Color information
#C597DC (or 0xC597DC) is known color: Wisteria. HEX triplet: C5, 97 and DC. RGB value is (197,151,220). Sum of RGB (Red+Green+Blue) = 197+151+220=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #C597DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597DC is #3A6823. Grayscale: #ACACAC. Windows color (decimal): -3827748 or 14456773. OLE color: 14456773.
HSL color Cylindrical-coordinate representation of color #C597DC: hue angle of 280º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C597DC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 151 | 220 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.14 |
| HSL | 280º | 0.5% | 0.73% | - |
| HSV(B) | 280º | 0.31% | 0.86% | - |
| XYZ | 47.01 | 39.17 | 72.79 | - |
| YUV | 172.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 220 | 0.10 | 0.31 | 0 | 0.14 | 280 | 0.5 | 0.73 |
| Hex | C5 | 97 | DC | A | 1F | 0 | E | 118 | 32 | 49 |
| Octal | 305 | 227 | 334 | 12 | 37 | 0 | 16 | 430 | 62 | 111 |
| Binary | 11000101 | 10010111 | 11011100 | 1010 | 11111 | 0 | 1110 | 100011000 | 110010 | 1001001 |
Color Harmonies of #C597DC
Complementary color
Monochromatic Colors of #C597DC
Black with #C597DC
Text Example
Text Example
White with #C597DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C597DC; }
p { color: rgb(197,151,220); }
H1.HeaderClassName
{
color: #C597DC;
}
.AnyTagClassName
{
color: #C597DC;
}
</style>
background-color css
<style>
a { background-color: #C597DC; }
a { background-color: rgb(197,151,220); }
div.DivClassName
{
background-color: #C597DC;
}
.BgClassName
{
background-color: #C597DC;
}
</style>
border-color css
<style>
span { border-color: #C597DC; }
span { border-color: rgb(197,151,220); }
td.TdClassName
{
border-color: #C597DC;
}
.TagClassName
{
border-color: #C597DC;
}
</style>