Shades of Wisteria #C798DC
Tints of Wisteria #C798DC
RGB
CMYK
RGB Variations
Color information
#C798DC (or 0xC798DC) is known color: Wisteria. HEX triplet: C7, 98 and DC. RGB value is (199,152,220). Sum of RGB (Red+Green+Blue) = 199+152+220=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #C798DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C798DC is #386723. Grayscale: #ADADAD. Windows color (decimal): -3696420 or 14457031. OLE color: 14457031.
HSL color Cylindrical-coordinate representation of color #C798DC: hue angle of 281.47º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C798DC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 152 | 220 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.14 |
| HSL | 281.47º | 0.49% | 0.73% | - |
| HSV(B) | 281.47º | 0.31% | 0.86% | - |
| XYZ | 47.7 | 39.77 | 72.87 | - |
| YUV | 173.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 220 | 0.10 | 0.31 | 0 | 0.14 | 281.47 | 0.49 | 0.73 |
| Hex | C7 | 98 | DC | A | 1F | 0 | E | 119 | 31 | 49 |
| Octal | 307 | 230 | 334 | 12 | 37 | 0 | 16 | 431 | 61 | 111 |
| Binary | 11000111 | 10011000 | 11011100 | 1010 | 11111 | 0 | 1110 | 100011001 | 110001 | 1001001 |
Color Harmonies of #C798DC
Complementary color
Monochromatic Colors of #C798DC
Black with #C798DC
Text Example
Text Example
White with #C798DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798DC; }
p { color: rgb(199,152,220); }
H1.HeaderClassName
{
color: #C798DC;
}
.AnyTagClassName
{
color: #C798DC;
}
</style>
background-color css
<style>
a { background-color: #C798DC; }
a { background-color: rgb(199,152,220); }
div.DivClassName
{
background-color: #C798DC;
}
.BgClassName
{
background-color: #C798DC;
}
</style>
border-color css
<style>
span { border-color: #C798DC; }
span { border-color: rgb(199,152,220); }
td.TdClassName
{
border-color: #C798DC;
}
.TagClassName
{
border-color: #C798DC;
}
</style>