Shades of Wisteria #C796D1
Tints of Wisteria #C796D1
RGB
CMYK
RGB Variations
Color information
#C796D1 (or 0xC796D1) is known color: Wisteria. HEX triplet: C7, 96 and D1. RGB value is (199,150,209). Sum of RGB (Red+Green+Blue) = 199+150+209=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #C796D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796D1 is #38692E. Grayscale: #ABABAB. Windows color (decimal): -3696943 or 13735623. OLE color: 13735623.
HSL color Cylindrical-coordinate representation of color #C796D1: hue angle of 289.83º 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 #C796D1 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 150 | 209 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.18 |
| HSL | 289.83º | 0.39% | 0.7% | - |
| HSV(B) | 289.83º | 0.28% | 0.82% | - |
| XYZ | 45.97 | 38.56 | 65.34 | - |
| YUV | 171.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 209 | 0.05 | 0.28 | 0 | 0.18 | 289.83 | 0.39 | 0.7 |
| Hex | C7 | 96 | D1 | 5 | 1C | 0 | 12 | 122 | 27 | 46 |
| Octal | 307 | 226 | 321 | 5 | 34 | 0 | 22 | 442 | 47 | 106 |
| Binary | 11000111 | 10010110 | 11010001 | 101 | 11100 | 0 | 10010 | 100100010 | 100111 | 1000110 |
Color Harmonies of #C796D1
Complementary color
Monochromatic Colors of #C796D1
Black with #C796D1
Text Example
Text Example
White with #C796D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796D1; }
p { color: rgb(199,150,209); }
H1.HeaderClassName
{
color: #C796D1;
}
.AnyTagClassName
{
color: #C796D1;
}
</style>
background-color css
<style>
a { background-color: #C796D1; }
a { background-color: rgb(199,150,209); }
div.DivClassName
{
background-color: #C796D1;
}
.BgClassName
{
background-color: #C796D1;
}
</style>
border-color css
<style>
span { border-color: #C796D1; }
span { border-color: rgb(199,150,209); }
td.TdClassName
{
border-color: #C796D1;
}
.TagClassName
{
border-color: #C796D1;
}
</style>