Shades of Wisteria #C796DE
Tints of Wisteria #C796DE
RGB
CMYK
RGB Variations
Color information
#C796DE (or 0xC796DE) is known color: Wisteria. HEX triplet: C7, 96 and DE. RGB value is (199,150,222). Sum of RGB (Red+Green+Blue) = 199+150+222=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #C796DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796DE is #386921. Grayscale: #ACACAC. Windows color (decimal): -3696930 or 14587591. OLE color: 14587591.
HSL color Cylindrical-coordinate representation of color #C796DE: hue angle of 280.83º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C796DE is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 150 | 222 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.13 |
| HSL | 280.83º | 0.52% | 0.73% | - |
| HSV(B) | 280.83º | 0.32% | 0.87% | - |
| XYZ | 47.64 | 39.23 | 74.17 | - |
| YUV | 172.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 222 | 0.10 | 0.32 | 0 | 0.13 | 280.83 | 0.52 | 0.73 |
| Hex | C7 | 96 | DE | A | 20 | 0 | D | 119 | 34 | 49 |
| Octal | 307 | 226 | 336 | 12 | 40 | 0 | 15 | 431 | 64 | 111 |
| Binary | 11000111 | 10010110 | 11011110 | 1010 | 100000 | 0 | 1101 | 100011001 | 110100 | 1001001 |
Color Harmonies of #C796DE
Complementary color
Monochromatic Colors of #C796DE
Black with #C796DE
Text Example
Text Example
White with #C796DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796DE; }
p { color: rgb(199,150,222); }
H1.HeaderClassName
{
color: #C796DE;
}
.AnyTagClassName
{
color: #C796DE;
}
</style>
background-color css
<style>
a { background-color: #C796DE; }
a { background-color: rgb(199,150,222); }
div.DivClassName
{
background-color: #C796DE;
}
.BgClassName
{
background-color: #C796DE;
}
</style>
border-color css
<style>
span { border-color: #C796DE; }
span { border-color: rgb(199,150,222); }
td.TdClassName
{
border-color: #C796DE;
}
.TagClassName
{
border-color: #C796DE;
}
</style>