Shades of Wisteria #C798DA
Tints of Wisteria #C798DA
RGB
CMYK
RGB Variations
Color information
#C798DA (or 0xC798DA) is known color: Wisteria. HEX triplet: C7, 98 and DA. RGB value is (199,152,218). Sum of RGB (Red+Green+Blue) = 199+152+218=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #C798DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C798DA is #386725. Grayscale: #ADADAD. Windows color (decimal): -3696422 or 14325959. OLE color: 14325959.
HSL color Cylindrical-coordinate representation of color #C798DA: hue angle of 282.73º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C798DA is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 152 | 218 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.15 |
| HSL | 282.73º | 0.47% | 0.73% | - |
| HSV(B) | 282.73º | 0.3% | 0.85% | - |
| XYZ | 47.44 | 39.66 | 71.48 | - |
| YUV | 173.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 218 | 0.09 | 0.30 | 0 | 0.15 | 282.73 | 0.47 | 0.73 |
| Hex | C7 | 98 | DA | 9 | 1E | 0 | F | 11B | 2F | 49 |
| Octal | 307 | 230 | 332 | 11 | 36 | 0 | 17 | 433 | 57 | 111 |
| Binary | 11000111 | 10011000 | 11011010 | 1001 | 11110 | 0 | 1111 | 100011011 | 101111 | 1001001 |
Color Harmonies of #C798DA
Complementary color
Monochromatic Colors of #C798DA
Black with #C798DA
Text Example
Text Example
White with #C798DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798DA; }
p { color: rgb(199,152,218); }
H1.HeaderClassName
{
color: #C798DA;
}
.AnyTagClassName
{
color: #C798DA;
}
</style>
background-color css
<style>
a { background-color: #C798DA; }
a { background-color: rgb(199,152,218); }
div.DivClassName
{
background-color: #C798DA;
}
.BgClassName
{
background-color: #C798DA;
}
</style>
border-color css
<style>
span { border-color: #C798DA; }
span { border-color: rgb(199,152,218); }
td.TdClassName
{
border-color: #C798DA;
}
.TagClassName
{
border-color: #C798DA;
}
</style>