Shades of Wisteria #C796E3
Tints of Wisteria #C796E3
RGB
CMYK
RGB Variations
Color information
#C796E3 (or 0xC796E3) is known color: Wisteria. HEX triplet: C7, 96 and E3. RGB value is (199,150,227). Sum of RGB (Red+Green+Blue) = 199+150+227=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 227 (89.06% from 255 or 39.41% from 576); Max value from RGB is 227 - color contains mainly: blue. Hex color #C796E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796E3 is #38691C. Grayscale: #ADADAD. Windows color (decimal): -3696925 or 14915271. OLE color: 14915271.
HSL color Cylindrical-coordinate representation of color #C796E3: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C796E3 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 150 | 227 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.11 |
| HSL | 278.18º | 0.58% | 0.74% | - |
| HSV(B) | 278.18º | 0.34% | 0.89% | - |
| XYZ | 48.32 | 39.5 | 77.75 | - |
| YUV | 173.43 | 158.23 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 227 | 0.12 | 0.34 | 0 | 0.11 | 278.18 | 0.58 | 0.74 |
| Hex | C7 | 96 | E3 | C | 22 | 0 | B | 116 | 3A | 4A |
| Octal | 307 | 226 | 343 | 14 | 42 | 0 | 13 | 426 | 72 | 112 |
| Binary | 11000111 | 10010110 | 11100011 | 1100 | 100010 | 0 | 1011 | 100010110 | 111010 | 1001010 |
Color Harmonies of #C796E3
Complementary color
Monochromatic Colors of #C796E3
Black with #C796E3
Text Example
Text Example
White with #C796E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796E3; }
p { color: rgb(199,150,227); }
H1.HeaderClassName
{
color: #C796E3;
}
.AnyTagClassName
{
color: #C796E3;
}
</style>
background-color css
<style>
a { background-color: #C796E3; }
a { background-color: rgb(199,150,227); }
div.DivClassName
{
background-color: #C796E3;
}
.BgClassName
{
background-color: #C796E3;
}
</style>
border-color css
<style>
span { border-color: #C796E3; }
span { border-color: rgb(199,150,227); }
td.TdClassName
{
border-color: #C796E3;
}
.TagClassName
{
border-color: #C796E3;
}
</style>