Shades of Wisteria #C79BDE
Tints of Wisteria #C79BDE
RGB
CMYK
RGB Variations
Color information
#C79BDE (or 0xC79BDE) is known color: Wisteria. HEX triplet: C7, 9B and DE. RGB value is (199,155,222). Sum of RGB (Red+Green+Blue) = 199+155+222=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #C79BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79BDE is #386421. Grayscale: #AFAFAF. Windows color (decimal): -3695650 or 14588871. OLE color: 14588871.
HSL color Cylindrical-coordinate representation of color #C79BDE: hue angle of 279.4º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C79BDE is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 155 | 222 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.13 |
| HSL | 279.4º | 0.5% | 0.74% | - |
| HSV(B) | 279.4º | 0.3% | 0.87% | - |
| XYZ | 48.46 | 40.86 | 74.44 | - |
| YUV | 175.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 222 | 0.10 | 0.30 | 0 | 0.13 | 279.4 | 0.5 | 0.74 |
| Hex | C7 | 9B | DE | A | 1E | 0 | D | 117 | 32 | 4A |
| Octal | 307 | 233 | 336 | 12 | 36 | 0 | 15 | 427 | 62 | 112 |
| Binary | 11000111 | 10011011 | 11011110 | 1010 | 11110 | 0 | 1101 | 100010111 | 110010 | 1001010 |
Color Harmonies of #C79BDE
Complementary color
Monochromatic Colors of #C79BDE
Black with #C79BDE
Text Example
Text Example
White with #C79BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79BDE; }
p { color: rgb(199,155,222); }
H1.HeaderClassName
{
color: #C79BDE;
}
.AnyTagClassName
{
color: #C79BDE;
}
</style>
background-color css
<style>
a { background-color: #C79BDE; }
a { background-color: rgb(199,155,222); }
div.DivClassName
{
background-color: #C79BDE;
}
.BgClassName
{
background-color: #C79BDE;
}
</style>
border-color css
<style>
span { border-color: #C79BDE; }
span { border-color: rgb(199,155,222); }
td.TdClassName
{
border-color: #C79BDE;
}
.TagClassName
{
border-color: #C79BDE;
}
</style>