Shades of Wisteria #C796F9
Tints of Wisteria #C796F9
RGB
CMYK
RGB Variations
Color information
#C796F9 (or 0xC796F9) is known color: Wisteria. HEX triplet: C7, 96 and F9. RGB value is (199,150,249). Sum of RGB (Red+Green+Blue) = 199+150+249=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #C796F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C796F9 is #386906. Grayscale: #AFAFAF. Windows color (decimal): -3696903 or 16357063. OLE color: 16357063.
HSL color Cylindrical-coordinate representation of color #C796F9: hue angle of 269.7º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C796F9 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 150 | 249 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.02 |
| HSL | 269.7º | 0.89% | 0.78% | - |
| HSV(B) | 269.7º | 0.4% | 0.98% | - |
| XYZ | 51.56 | 40.79 | 94.78 | - |
| YUV | 175.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 249 | 0.20 | 0.40 | 0 | 0.02 | 269.7 | 0.89 | 0.78 |
| Hex | C7 | 96 | F9 | 14 | 28 | 0 | 2 | 10E | 59 | 4E |
| Octal | 307 | 226 | 371 | 24 | 50 | 0 | 2 | 416 | 131 | 116 |
| Binary | 11000111 | 10010110 | 11111001 | 10100 | 101000 | 0 | 10 | 100001110 | 1011001 | 1001110 |
Color Harmonies of #C796F9
Complementary color
Monochromatic Colors of #C796F9
Black with #C796F9
Text Example
Text Example
White with #C796F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796F9; }
p { color: rgb(199,150,249); }
H1.HeaderClassName
{
color: #C796F9;
}
.AnyTagClassName
{
color: #C796F9;
}
</style>
background-color css
<style>
a { background-color: #C796F9; }
a { background-color: rgb(199,150,249); }
div.DivClassName
{
background-color: #C796F9;
}
.BgClassName
{
background-color: #C796F9;
}
</style>
border-color css
<style>
span { border-color: #C796F9; }
span { border-color: rgb(199,150,249); }
td.TdClassName
{
border-color: #C796F9;
}
.TagClassName
{
border-color: #C796F9;
}
</style>