Shades of Wisteria #C796D2
Tints of Wisteria #C796D2
RGB
CMYK
RGB Variations
Color information
#C796D2 (or 0xC796D2) is known color: Wisteria. HEX triplet: C7, 96 and D2. RGB value is (199,150,210). Sum of RGB (Red+Green+Blue) = 199+150+210=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #C796D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796D2 is #38692D. Grayscale: #ABABAB. Windows color (decimal): -3696942 or 13801159. OLE color: 13801159.
HSL color Cylindrical-coordinate representation of color #C796D2: hue angle of 289º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C796D2 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 150 | 210 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.18 |
| HSL | 289º | 0.4% | 0.71% | - |
| HSV(B) | 289º | 0.29% | 0.82% | - |
| XYZ | 46.09 | 38.61 | 66 | - |
| YUV | 171.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 210 | 0.05 | 0.29 | 0 | 0.18 | 289 | 0.4 | 0.71 |
| Hex | C7 | 96 | D2 | 5 | 1D | 0 | 12 | 121 | 28 | 47 |
| Octal | 307 | 226 | 322 | 5 | 35 | 0 | 22 | 441 | 50 | 107 |
| Binary | 11000111 | 10010110 | 11010010 | 101 | 11101 | 0 | 10010 | 100100001 | 101000 | 1000111 |
Color Harmonies of #C796D2
Complementary color
Monochromatic Colors of #C796D2
Black with #C796D2
Text Example
Text Example
White with #C796D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796D2; }
p { color: rgb(199,150,210); }
H1.HeaderClassName
{
color: #C796D2;
}
.AnyTagClassName
{
color: #C796D2;
}
</style>
background-color css
<style>
a { background-color: #C796D2; }
a { background-color: rgb(199,150,210); }
div.DivClassName
{
background-color: #C796D2;
}
.BgClassName
{
background-color: #C796D2;
}
</style>
border-color css
<style>
span { border-color: #C796D2; }
span { border-color: rgb(199,150,210); }
td.TdClassName
{
border-color: #C796D2;
}
.TagClassName
{
border-color: #C796D2;
}
</style>