Shades of Wisteria #C797DB
Tints of Wisteria #C797DB
RGB
CMYK
RGB Variations
Color information
#C797DB (or 0xC797DB) is known color: Wisteria. HEX triplet: C7, 97 and DB. RGB value is (199,151,219). Sum of RGB (Red+Green+Blue) = 199+151+219=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #C797DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C797DB is #386824. Grayscale: #ACACAC. Windows color (decimal): -3696677 or 14391239. OLE color: 14391239.
HSL color Cylindrical-coordinate representation of color #C797DB: hue angle of 282.35º 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 #C797DB is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 151 | 219 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.14 |
| HSL | 282.35º | 0.49% | 0.73% | - |
| HSV(B) | 282.35º | 0.31% | 0.86% | - |
| XYZ | 47.41 | 39.39 | 72.12 | - |
| YUV | 173.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 219 | 0.09 | 0.31 | 0 | 0.14 | 282.35 | 0.49 | 0.73 |
| Hex | C7 | 97 | DB | 9 | 1F | 0 | E | 11A | 31 | 49 |
| Octal | 307 | 227 | 333 | 11 | 37 | 0 | 16 | 432 | 61 | 111 |
| Binary | 11000111 | 10010111 | 11011011 | 1001 | 11111 | 0 | 1110 | 100011010 | 110001 | 1001001 |
Color Harmonies of #C797DB
Complementary color
Monochromatic Colors of #C797DB
Black with #C797DB
Text Example
Text Example
White with #C797DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C797DB; }
p { color: rgb(199,151,219); }
H1.HeaderClassName
{
color: #C797DB;
}
.AnyTagClassName
{
color: #C797DB;
}
</style>
background-color css
<style>
a { background-color: #C797DB; }
a { background-color: rgb(199,151,219); }
div.DivClassName
{
background-color: #C797DB;
}
.BgClassName
{
background-color: #C797DB;
}
</style>
border-color css
<style>
span { border-color: #C797DB; }
span { border-color: rgb(199,151,219); }
td.TdClassName
{
border-color: #C797DB;
}
.TagClassName
{
border-color: #C797DB;
}
</style>