Shades of Wisteria #C79FDC
Tints of Wisteria #C79FDC
RGB
CMYK
RGB Variations
Color information
#C79FDC (or 0xC79FDC) is known color: Wisteria. HEX triplet: C7, 9F and DC. RGB value is (199,159,220). Sum of RGB (Red+Green+Blue) = 199+159+220=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #C79FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79FDC is #386023. Grayscale: #B1B1B1. Windows color (decimal): -3694628 or 14458823. OLE color: 14458823.
HSL color Cylindrical-coordinate representation of color #C79FDC: hue angle of 279.34º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C79FDC is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 159 | 220 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.14 |
| HSL | 279.34º | 0.47% | 0.74% | - |
| HSV(B) | 279.34º | 0.28% | 0.86% | - |
| XYZ | 48.87 | 42.11 | 73.26 | - |
| YUV | 177.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 220 | 0.10 | 0.28 | 0 | 0.14 | 279.34 | 0.47 | 0.74 |
| Hex | C7 | 9F | DC | A | 1C | 0 | E | 117 | 2F | 4A |
| Octal | 307 | 237 | 334 | 12 | 34 | 0 | 16 | 427 | 57 | 112 |
| Binary | 11000111 | 10011111 | 11011100 | 1010 | 11100 | 0 | 1110 | 100010111 | 101111 | 1001010 |
Color Harmonies of #C79FDC
Complementary color
Monochromatic Colors of #C79FDC
Black with #C79FDC
Text Example
Text Example
White with #C79FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79FDC; }
p { color: rgb(199,159,220); }
H1.HeaderClassName
{
color: #C79FDC;
}
.AnyTagClassName
{
color: #C79FDC;
}
</style>
background-color css
<style>
a { background-color: #C79FDC; }
a { background-color: rgb(199,159,220); }
div.DivClassName
{
background-color: #C79FDC;
}
.BgClassName
{
background-color: #C79FDC;
}
</style>
border-color css
<style>
span { border-color: #C79FDC; }
span { border-color: rgb(199,159,220); }
td.TdClassName
{
border-color: #C79FDC;
}
.TagClassName
{
border-color: #C79FDC;
}
</style>