Shades of Wisteria #C597D0
Tints of Wisteria #C597D0
RGB
CMYK
RGB Variations
Color information
#C597D0 (or 0xC597D0) is known color: Wisteria. HEX triplet: C5, 97 and D0. RGB value is (197,151,208). Sum of RGB (Red+Green+Blue) = 197+151+208=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #C597D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597D0 is #3A682F. Grayscale: #ABABAB. Windows color (decimal): -3827760 or 13670341. OLE color: 13670341.
HSL color Cylindrical-coordinate representation of color #C597D0: hue angle of 288.42º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C597D0 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 151 | 208 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.18 |
| HSL | 288.42º | 0.38% | 0.7% | - |
| HSV(B) | 288.42º | 0.27% | 0.82% | - |
| XYZ | 45.48 | 38.56 | 64.72 | - |
| YUV | 171.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 208 | 0.05 | 0.27 | 0 | 0.18 | 288.42 | 0.38 | 0.7 |
| Hex | C5 | 97 | D0 | 5 | 1B | 0 | 12 | 120 | 26 | 46 |
| Octal | 305 | 227 | 320 | 5 | 33 | 0 | 22 | 440 | 46 | 106 |
| Binary | 11000101 | 10010111 | 11010000 | 101 | 11011 | 0 | 10010 | 100100000 | 100110 | 1000110 |
Color Harmonies of #C597D0
Complementary color
Monochromatic Colors of #C597D0
Black with #C597D0
Text Example
Text Example
White with #C597D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C597D0; }
p { color: rgb(197,151,208); }
H1.HeaderClassName
{
color: #C597D0;
}
.AnyTagClassName
{
color: #C597D0;
}
</style>
background-color css
<style>
a { background-color: #C597D0; }
a { background-color: rgb(197,151,208); }
div.DivClassName
{
background-color: #C597D0;
}
.BgClassName
{
background-color: #C597D0;
}
</style>
border-color css
<style>
span { border-color: #C597D0; }
span { border-color: rgb(197,151,208); }
td.TdClassName
{
border-color: #C597D0;
}
.TagClassName
{
border-color: #C597D0;
}
</style>