Shades of Wisteria #C797D8
Tints of Wisteria #C797D8
RGB
CMYK
RGB Variations
Color information
#C797D8 (or 0xC797D8) is known color: Wisteria. HEX triplet: C7, 97 and D8. RGB value is (199,151,216). Sum of RGB (Red+Green+Blue) = 199+151+216=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #C797D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C797D8 is #386827. Grayscale: #ACACAC. Windows color (decimal): -3696680 or 14194631. OLE color: 14194631.
HSL color Cylindrical-coordinate representation of color #C797D8: hue angle of 284.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C797D8 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 151 | 216 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.15 |
| HSL | 284.31º | 0.45% | 0.72% | - |
| HSV(B) | 284.31º | 0.3% | 0.85% | - |
| XYZ | 47.01 | 39.23 | 70.06 | - |
| YUV | 172.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 216 | 0.08 | 0.30 | 0 | 0.15 | 284.31 | 0.45 | 0.72 |
| Hex | C7 | 97 | D8 | 8 | 1E | 0 | F | 11C | 2D | 48 |
| Octal | 307 | 227 | 330 | 10 | 36 | 0 | 17 | 434 | 55 | 110 |
| Binary | 11000111 | 10010111 | 11011000 | 1000 | 11110 | 0 | 1111 | 100011100 | 101101 | 1001000 |
Color Harmonies of #C797D8
Complementary color
Monochromatic Colors of #C797D8
Black with #C797D8
Text Example
Text Example
White with #C797D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C797D8; }
p { color: rgb(199,151,216); }
H1.HeaderClassName
{
color: #C797D8;
}
.AnyTagClassName
{
color: #C797D8;
}
</style>
background-color css
<style>
a { background-color: #C797D8; }
a { background-color: rgb(199,151,216); }
div.DivClassName
{
background-color: #C797D8;
}
.BgClassName
{
background-color: #C797D8;
}
</style>
border-color css
<style>
span { border-color: #C797D8; }
span { border-color: rgb(199,151,216); }
td.TdClassName
{
border-color: #C797D8;
}
.TagClassName
{
border-color: #C797D8;
}
</style>