Shades of Wisteria #C796FB
Tints of Wisteria #C796FB
RGB
CMYK
RGB Variations
Color information
#C796FB (or 0xC796FB) is known color: Wisteria. HEX triplet: C7, 96 and FB. RGB value is (199,150,251). Sum of RGB (Red+Green+Blue) = 199+150+251=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #C796FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C796FB is #386904. Grayscale: #AFAFAF. Windows color (decimal): -3696901 or 16488135. OLE color: 16488135.
HSL color Cylindrical-coordinate representation of color #C796FB: hue angle of 269.11º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C796FB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 150 | 251 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.02 |
| HSL | 269.11º | 0.93% | 0.79% | - |
| HSV(B) | 269.11º | 0.4% | 0.98% | - |
| XYZ | 51.87 | 40.92 | 96.43 | - |
| YUV | 176.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 251 | 0.21 | 0.40 | 0 | 0.02 | 269.11 | 0.93 | 0.79 |
| Hex | C7 | 96 | FB | 15 | 28 | 0 | 2 | 10D | 5D | 4F |
| Octal | 307 | 226 | 373 | 25 | 50 | 0 | 2 | 415 | 135 | 117 |
| Binary | 11000111 | 10010110 | 11111011 | 10101 | 101000 | 0 | 10 | 100001101 | 1011101 | 1001111 |
Color Harmonies of #C796FB
Complementary color
Monochromatic Colors of #C796FB
Black with #C796FB
Text Example
Text Example
White with #C796FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796FB; }
p { color: rgb(199,150,251); }
H1.HeaderClassName
{
color: #C796FB;
}
.AnyTagClassName
{
color: #C796FB;
}
</style>
background-color css
<style>
a { background-color: #C796FB; }
a { background-color: rgb(199,150,251); }
div.DivClassName
{
background-color: #C796FB;
}
.BgClassName
{
background-color: #C796FB;
}
</style>
border-color css
<style>
span { border-color: #C796FB; }
span { border-color: rgb(199,150,251); }
td.TdClassName
{
border-color: #C796FB;
}
.TagClassName
{
border-color: #C796FB;
}
</style>