Shades of Wisteria #C79BDB
Tints of Wisteria #C79BDB
RGB
CMYK
RGB Variations
Color information
#C79BDB (or 0xC79BDB) is known color: Wisteria. HEX triplet: C7, 9B and DB. RGB value is (199,155,219). Sum of RGB (Red+Green+Blue) = 199+155+219=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #C79BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79BDB is #386424. Grayscale: #AFAFAF. Windows color (decimal): -3695653 or 14392263. OLE color: 14392263.
HSL color Cylindrical-coordinate representation of color #C79BDB: hue angle of 281.25º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C79BDB is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 155 | 219 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.14 |
| HSL | 281.25º | 0.47% | 0.73% | - |
| HSV(B) | 281.25º | 0.29% | 0.86% | - |
| XYZ | 48.06 | 40.7 | 72.34 | - |
| YUV | 175.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 219 | 0.09 | 0.29 | 0 | 0.14 | 281.25 | 0.47 | 0.73 |
| Hex | C7 | 9B | DB | 9 | 1D | 0 | E | 119 | 2F | 49 |
| Octal | 307 | 233 | 333 | 11 | 35 | 0 | 16 | 431 | 57 | 111 |
| Binary | 11000111 | 10011011 | 11011011 | 1001 | 11101 | 0 | 1110 | 100011001 | 101111 | 1001001 |
Color Harmonies of #C79BDB
Complementary color
Monochromatic Colors of #C79BDB
Black with #C79BDB
Text Example
Text Example
White with #C79BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79BDB; }
p { color: rgb(199,155,219); }
H1.HeaderClassName
{
color: #C79BDB;
}
.AnyTagClassName
{
color: #C79BDB;
}
</style>
background-color css
<style>
a { background-color: #C79BDB; }
a { background-color: rgb(199,155,219); }
div.DivClassName
{
background-color: #C79BDB;
}
.BgClassName
{
background-color: #C79BDB;
}
</style>
border-color css
<style>
span { border-color: #C79BDB; }
span { border-color: rgb(199,155,219); }
td.TdClassName
{
border-color: #C79BDB;
}
.TagClassName
{
border-color: #C79BDB;
}
</style>