Shades of Wisteria #C796E6
Tints of Wisteria #C796E6
RGB
CMYK
RGB Variations
Color information
#C796E6 (or 0xC796E6) is known color: Wisteria. HEX triplet: C7, 96 and E6. RGB value is (199,150,230). Sum of RGB (Red+Green+Blue) = 199+150+230=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #C796E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C796E6 is #386919. Grayscale: #ADADAD. Windows color (decimal): -3696922 or 15111879. OLE color: 15111879.
HSL color Cylindrical-coordinate representation of color #C796E6: hue angle of 276.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C796E6 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 150 | 230 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.10 |
| HSL | 276.75º | 0.62% | 0.75% | - |
| HSV(B) | 276.75º | 0.35% | 0.9% | - |
| XYZ | 48.74 | 39.67 | 79.95 | - |
| YUV | 173.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 230 | 0.13 | 0.35 | 0 | 0.10 | 276.75 | 0.62 | 0.75 |
| Hex | C7 | 96 | E6 | D | 23 | 0 | A | 115 | 3E | 4B |
| Octal | 307 | 226 | 346 | 15 | 43 | 0 | 12 | 425 | 76 | 113 |
| Binary | 11000111 | 10010110 | 11100110 | 1101 | 100011 | 0 | 1010 | 100010101 | 111110 | 1001011 |
Color Harmonies of #C796E6
Complementary color
Monochromatic Colors of #C796E6
Black with #C796E6
Text Example
Text Example
White with #C796E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796E6; }
p { color: rgb(199,150,230); }
H1.HeaderClassName
{
color: #C796E6;
}
.AnyTagClassName
{
color: #C796E6;
}
</style>
background-color css
<style>
a { background-color: #C796E6; }
a { background-color: rgb(199,150,230); }
div.DivClassName
{
background-color: #C796E6;
}
.BgClassName
{
background-color: #C796E6;
}
</style>
border-color css
<style>
span { border-color: #C796E6; }
span { border-color: rgb(199,150,230); }
td.TdClassName
{
border-color: #C796E6;
}
.TagClassName
{
border-color: #C796E6;
}
</style>