Shades of Wisteria #C797DC
Tints of Wisteria #C797DC
RGB
CMYK
RGB Variations
Color information
#C797DC (or 0xC797DC) is known color: Wisteria. HEX triplet: C7, 97 and DC. RGB value is (199,151,220). Sum of RGB (Red+Green+Blue) = 199+151+220=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #C797DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C797DC is #386823. Grayscale: #ACACAC. Windows color (decimal): -3696676 or 14456775. OLE color: 14456775.
HSL color Cylindrical-coordinate representation of color #C797DC: hue angle of 281.74º degrees, saturation: 0.5, 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 #C797DC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 151 | 220 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.14 |
| HSL | 281.74º | 0.5% | 0.73% | - |
| HSV(B) | 281.74º | 0.31% | 0.86% | - |
| XYZ | 47.54 | 39.44 | 72.82 | - |
| YUV | 173.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 220 | 0.10 | 0.31 | 0 | 0.14 | 281.74 | 0.5 | 0.73 |
| Hex | C7 | 97 | DC | A | 1F | 0 | E | 11A | 32 | 49 |
| Octal | 307 | 227 | 334 | 12 | 37 | 0 | 16 | 432 | 62 | 111 |
| Binary | 11000111 | 10010111 | 11011100 | 1010 | 11111 | 0 | 1110 | 100011010 | 110010 | 1001001 |
Color Harmonies of #C797DC
Complementary color
Monochromatic Colors of #C797DC
Black with #C797DC
Text Example
Text Example
White with #C797DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C797DC; }
p { color: rgb(199,151,220); }
H1.HeaderClassName
{
color: #C797DC;
}
.AnyTagClassName
{
color: #C797DC;
}
</style>
background-color css
<style>
a { background-color: #C797DC; }
a { background-color: rgb(199,151,220); }
div.DivClassName
{
background-color: #C797DC;
}
.BgClassName
{
background-color: #C797DC;
}
</style>
border-color css
<style>
span { border-color: #C797DC; }
span { border-color: rgb(199,151,220); }
td.TdClassName
{
border-color: #C797DC;
}
.TagClassName
{
border-color: #C797DC;
}
</style>