Shades of Wisteria #C79FDD
Tints of Wisteria #C79FDD
RGB
CMYK
RGB Variations
Color information
#C79FDD (or 0xC79FDD) is known color: Wisteria. HEX triplet: C7, 9F and DD. RGB value is (199,159,221). Sum of RGB (Red+Green+Blue) = 199+159+221=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #C79FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79FDD is #386022. Grayscale: #B1B1B1. Windows color (decimal): -3694627 or 14524359. OLE color: 14524359.
HSL color Cylindrical-coordinate representation of color #C79FDD: hue angle of 278.71º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C79FDD is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 159 | 221 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.13 |
| HSL | 278.71º | 0.48% | 0.75% | - |
| HSV(B) | 278.71º | 0.28% | 0.87% | - |
| XYZ | 49 | 42.16 | 73.96 | - |
| YUV | 178.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 221 | 0.10 | 0.28 | 0 | 0.13 | 278.71 | 0.48 | 0.75 |
| Hex | C7 | 9F | DD | A | 1C | 0 | D | 117 | 30 | 4B |
| Octal | 307 | 237 | 335 | 12 | 34 | 0 | 15 | 427 | 60 | 113 |
| Binary | 11000111 | 10011111 | 11011101 | 1010 | 11100 | 0 | 1101 | 100010111 | 110000 | 1001011 |
Color Harmonies of #C79FDD
Complementary color
Monochromatic Colors of #C79FDD
Black with #C79FDD
Text Example
Text Example
White with #C79FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79FDD; }
p { color: rgb(199,159,221); }
H1.HeaderClassName
{
color: #C79FDD;
}
.AnyTagClassName
{
color: #C79FDD;
}
</style>
background-color css
<style>
a { background-color: #C79FDD; }
a { background-color: rgb(199,159,221); }
div.DivClassName
{
background-color: #C79FDD;
}
.BgClassName
{
background-color: #C79FDD;
}
</style>
border-color css
<style>
span { border-color: #C79FDD; }
span { border-color: rgb(199,159,221); }
td.TdClassName
{
border-color: #C79FDD;
}
.TagClassName
{
border-color: #C79FDD;
}
</style>