Shades of Wisteria #C596D1
Tints of Wisteria #C596D1
RGB
CMYK
RGB Variations
Color information
#C596D1 (or 0xC596D1) is known color: Wisteria. HEX triplet: C5, 96 and D1. RGB value is (197,150,209). Sum of RGB (Red+Green+Blue) = 197+150+209=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #C596D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596D1 is #3A692E. Grayscale: #AAAAAA. Windows color (decimal): -3828015 or 13735621. OLE color: 13735621.
HSL color Cylindrical-coordinate representation of color #C596D1: hue angle of 287.8º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C596D1 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 150 | 209 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.18 |
| HSL | 287.8º | 0.39% | 0.7% | - |
| HSV(B) | 287.8º | 0.28% | 0.82% | - |
| XYZ | 45.44 | 38.29 | 65.32 | - |
| YUV | 170.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 209 | 0.06 | 0.28 | 0 | 0.18 | 287.8 | 0.39 | 0.7 |
| Hex | C5 | 96 | D1 | 6 | 1C | 0 | 12 | 120 | 27 | 46 |
| Octal | 305 | 226 | 321 | 6 | 34 | 0 | 22 | 440 | 47 | 106 |
| Binary | 11000101 | 10010110 | 11010001 | 110 | 11100 | 0 | 10010 | 100100000 | 100111 | 1000110 |
Color Harmonies of #C596D1
Complementary color
Monochromatic Colors of #C596D1
Black with #C596D1
Text Example
Text Example
White with #C596D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596D1; }
p { color: rgb(197,150,209); }
H1.HeaderClassName
{
color: #C596D1;
}
.AnyTagClassName
{
color: #C596D1;
}
</style>
background-color css
<style>
a { background-color: #C596D1; }
a { background-color: rgb(197,150,209); }
div.DivClassName
{
background-color: #C596D1;
}
.BgClassName
{
background-color: #C596D1;
}
</style>
border-color css
<style>
span { border-color: #C596D1; }
span { border-color: rgb(197,150,209); }
td.TdClassName
{
border-color: #C596D1;
}
.TagClassName
{
border-color: #C596D1;
}
</style>