Shades of Wisteria #C796ED
Tints of Wisteria #C796ED
RGB
CMYK
RGB Variations
Color information
#C796ED (or 0xC796ED) is known color: Wisteria. HEX triplet: C7, 96 and ED. RGB value is (199,150,237). Sum of RGB (Red+Green+Blue) = 199+150+237=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #C796ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C796ED is #386912. Grayscale: #AEAEAE. Windows color (decimal): -3696915 or 15570631. OLE color: 15570631.
HSL color Cylindrical-coordinate representation of color #C796ED: hue angle of 273.79º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C796ED is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 150 | 237 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.07 |
| HSL | 273.79º | 0.71% | 0.76% | - |
| HSV(B) | 273.79º | 0.37% | 0.93% | - |
| XYZ | 49.75 | 40.07 | 85.23 | - |
| YUV | 174.57 | 163.23 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 237 | 0.16 | 0.37 | 0 | 0.07 | 273.79 | 0.71 | 0.76 |
| Hex | C7 | 96 | ED | 10 | 25 | 0 | 7 | 112 | 47 | 4C |
| Octal | 307 | 226 | 355 | 20 | 45 | 0 | 7 | 422 | 107 | 114 |
| Binary | 11000111 | 10010110 | 11101101 | 10000 | 100101 | 0 | 111 | 100010010 | 1000111 | 1001100 |
Color Harmonies of #C796ED
Complementary color
Monochromatic Colors of #C796ED
Black with #C796ED
Text Example
Text Example
White with #C796ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796ED; }
p { color: rgb(199,150,237); }
H1.HeaderClassName
{
color: #C796ED;
}
.AnyTagClassName
{
color: #C796ED;
}
</style>
background-color css
<style>
a { background-color: #C796ED; }
a { background-color: rgb(199,150,237); }
div.DivClassName
{
background-color: #C796ED;
}
.BgClassName
{
background-color: #C796ED;
}
</style>
border-color css
<style>
span { border-color: #C796ED; }
span { border-color: rgb(199,150,237); }
td.TdClassName
{
border-color: #C796ED;
}
.TagClassName
{
border-color: #C796ED;
}
</style>