Shades of Wisteria #C79FDB
Tints of Wisteria #C79FDB
RGB
CMYK
RGB Variations
Color information
#C79FDB (or 0xC79FDB) is known color: Wisteria. HEX triplet: C7, 9F and DB. RGB value is (199,159,219). Sum of RGB (Red+Green+Blue) = 199+159+219=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #C79FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79FDB is #386024. Grayscale: #B1B1B1. Windows color (decimal): -3694629 or 14393287. OLE color: 14393287.
HSL color Cylindrical-coordinate representation of color #C79FDB: hue angle of 280º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C79FDB is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 159 | 219 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.14 |
| HSL | 280º | 0.45% | 0.74% | - |
| HSV(B) | 280º | 0.27% | 0.86% | - |
| XYZ | 48.74 | 42.05 | 72.57 | - |
| YUV | 177.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 219 | 0.09 | 0.27 | 0 | 0.14 | 280 | 0.45 | 0.74 |
| Hex | C7 | 9F | DB | 9 | 1B | 0 | E | 118 | 2D | 4A |
| Octal | 307 | 237 | 333 | 11 | 33 | 0 | 16 | 430 | 55 | 112 |
| Binary | 11000111 | 10011111 | 11011011 | 1001 | 11011 | 0 | 1110 | 100011000 | 101101 | 1001010 |
Color Harmonies of #C79FDB
Complementary color
Monochromatic Colors of #C79FDB
Black with #C79FDB
Text Example
Text Example
White with #C79FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79FDB; }
p { color: rgb(199,159,219); }
H1.HeaderClassName
{
color: #C79FDB;
}
.AnyTagClassName
{
color: #C79FDB;
}
</style>
background-color css
<style>
a { background-color: #C79FDB; }
a { background-color: rgb(199,159,219); }
div.DivClassName
{
background-color: #C79FDB;
}
.BgClassName
{
background-color: #C79FDB;
}
</style>
border-color css
<style>
span { border-color: #C79FDB; }
span { border-color: rgb(199,159,219); }
td.TdClassName
{
border-color: #C79FDB;
}
.TagClassName
{
border-color: #C79FDB;
}
</style>