Shades of Wisteria #C798D5
Tints of Wisteria #C798D5
RGB
CMYK
RGB Variations
Color information
#C798D5 (or 0xC798D5) is known color: Wisteria. HEX triplet: C7, 98 and D5. RGB value is (199,152,213). Sum of RGB (Red+Green+Blue) = 199+152+213=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #C798D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C798D5 is #38672A. Grayscale: #ACACAC. Windows color (decimal): -3696427 or 13998279. OLE color: 13998279.
HSL color Cylindrical-coordinate representation of color #C798D5: hue angle of 286.23º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C798D5 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 152 | 213 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.16 |
| HSL | 286.23º | 0.42% | 0.72% | - |
| HSV(B) | 286.23º | 0.29% | 0.84% | - |
| XYZ | 46.79 | 39.4 | 68.09 | - |
| YUV | 173.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 213 | 0.07 | 0.29 | 0 | 0.16 | 286.23 | 0.42 | 0.72 |
| Hex | C7 | 98 | D5 | 7 | 1D | 0 | 10 | 11E | 2A | 48 |
| Octal | 307 | 230 | 325 | 7 | 35 | 0 | 20 | 436 | 52 | 110 |
| Binary | 11000111 | 10011000 | 11010101 | 111 | 11101 | 0 | 10000 | 100011110 | 101010 | 1001000 |
Color Harmonies of #C798D5
Complementary color
Monochromatic Colors of #C798D5
Black with #C798D5
Text Example
Text Example
White with #C798D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798D5; }
p { color: rgb(199,152,213); }
H1.HeaderClassName
{
color: #C798D5;
}
.AnyTagClassName
{
color: #C798D5;
}
</style>
background-color css
<style>
a { background-color: #C798D5; }
a { background-color: rgb(199,152,213); }
div.DivClassName
{
background-color: #C798D5;
}
.BgClassName
{
background-color: #C798D5;
}
</style>
border-color css
<style>
span { border-color: #C798D5; }
span { border-color: rgb(199,152,213); }
td.TdClassName
{
border-color: #C798D5;
}
.TagClassName
{
border-color: #C798D5;
}
</style>