Shades of Wisteria #C796D8
Tints of Wisteria #C796D8
RGB
CMYK
RGB Variations
Color information
#C796D8 (or 0xC796D8) is known color: Wisteria. HEX triplet: C7, 96 and D8. RGB value is (199,150,216). Sum of RGB (Red+Green+Blue) = 199+150+216=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #C796D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796D8 is #386927. Grayscale: #ABABAB. Windows color (decimal): -3696936 or 14194375. OLE color: 14194375.
HSL color Cylindrical-coordinate representation of color #C796D8: hue angle of 284.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C796D8 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 150 | 216 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.15 |
| HSL | 284.55º | 0.46% | 0.72% | - |
| HSV(B) | 284.55º | 0.31% | 0.85% | - |
| XYZ | 46.85 | 38.91 | 70.01 | - |
| YUV | 172.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 216 | 0.08 | 0.31 | 0 | 0.15 | 284.55 | 0.46 | 0.72 |
| Hex | C7 | 96 | D8 | 8 | 1F | 0 | F | 11D | 2E | 48 |
| Octal | 307 | 226 | 330 | 10 | 37 | 0 | 17 | 435 | 56 | 110 |
| Binary | 11000111 | 10010110 | 11011000 | 1000 | 11111 | 0 | 1111 | 100011101 | 101110 | 1001000 |
Color Harmonies of #C796D8
Complementary color
Monochromatic Colors of #C796D8
Black with #C796D8
Text Example
Text Example
White with #C796D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796D8; }
p { color: rgb(199,150,216); }
H1.HeaderClassName
{
color: #C796D8;
}
.AnyTagClassName
{
color: #C796D8;
}
</style>
background-color css
<style>
a { background-color: #C796D8; }
a { background-color: rgb(199,150,216); }
div.DivClassName
{
background-color: #C796D8;
}
.BgClassName
{
background-color: #C796D8;
}
</style>
border-color css
<style>
span { border-color: #C796D8; }
span { border-color: rgb(199,150,216); }
td.TdClassName
{
border-color: #C796D8;
}
.TagClassName
{
border-color: #C796D8;
}
</style>