Shades of Wisteria #C796DC
Tints of Wisteria #C796DC
RGB
CMYK
RGB Variations
Color information
#C796DC (or 0xC796DC) is known color: Wisteria. HEX triplet: C7, 96 and DC. RGB value is (199,150,220). Sum of RGB (Red+Green+Blue) = 199+150+220=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #C796DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796DC is #386923. Grayscale: #ACACAC. Windows color (decimal): -3696932 or 14456519. OLE color: 14456519.
HSL color Cylindrical-coordinate representation of color #C796DC: hue angle of 282º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C796DC is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 150 | 220 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.14 |
| HSL | 282º | 0.5% | 0.73% | - |
| HSV(B) | 282º | 0.32% | 0.86% | - |
| XYZ | 47.38 | 39.12 | 72.76 | - |
| YUV | 172.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 220 | 0.10 | 0.32 | 0 | 0.14 | 282 | 0.5 | 0.73 |
| Hex | C7 | 96 | DC | A | 20 | 0 | E | 11A | 32 | 49 |
| Octal | 307 | 226 | 334 | 12 | 40 | 0 | 16 | 432 | 62 | 111 |
| Binary | 11000111 | 10010110 | 11011100 | 1010 | 100000 | 0 | 1110 | 100011010 | 110010 | 1001001 |
Color Harmonies of #C796DC
Complementary color
Monochromatic Colors of #C796DC
Black with #C796DC
Text Example
Text Example
White with #C796DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796DC; }
p { color: rgb(199,150,220); }
H1.HeaderClassName
{
color: #C796DC;
}
.AnyTagClassName
{
color: #C796DC;
}
</style>
background-color css
<style>
a { background-color: #C796DC; }
a { background-color: rgb(199,150,220); }
div.DivClassName
{
background-color: #C796DC;
}
.BgClassName
{
background-color: #C796DC;
}
</style>
border-color css
<style>
span { border-color: #C796DC; }
span { border-color: rgb(199,150,220); }
td.TdClassName
{
border-color: #C796DC;
}
.TagClassName
{
border-color: #C796DC;
}
</style>