Shades of Wisteria #C79CDC
Tints of Wisteria #C79CDC
RGB
CMYK
RGB Variations
Color information
#C79CDC (or 0xC79CDC) is known color: Wisteria. HEX triplet: C7, 9C and DC. RGB value is (199,156,220). Sum of RGB (Red+Green+Blue) = 199+156+220=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #C79CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79CDC is #386323. Grayscale: #AFAFAF. Windows color (decimal): -3695396 or 14458055. OLE color: 14458055.
HSL color Cylindrical-coordinate representation of color #C79CDC: hue angle of 280.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C79CDC is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 156 | 220 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.14 |
| HSL | 280.31º | 0.48% | 0.74% | - |
| HSV(B) | 280.31º | 0.29% | 0.86% | - |
| XYZ | 48.36 | 41.09 | 73.09 | - |
| YUV | 176.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 220 | 0.10 | 0.29 | 0 | 0.14 | 280.31 | 0.48 | 0.74 |
| Hex | C7 | 9C | DC | A | 1D | 0 | E | 118 | 30 | 4A |
| Octal | 307 | 234 | 334 | 12 | 35 | 0 | 16 | 430 | 60 | 112 |
| Binary | 11000111 | 10011100 | 11011100 | 1010 | 11101 | 0 | 1110 | 100011000 | 110000 | 1001010 |
Color Harmonies of #C79CDC
Complementary color
Monochromatic Colors of #C79CDC
Black with #C79CDC
Text Example
Text Example
White with #C79CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79CDC; }
p { color: rgb(199,156,220); }
H1.HeaderClassName
{
color: #C79CDC;
}
.AnyTagClassName
{
color: #C79CDC;
}
</style>
background-color css
<style>
a { background-color: #C79CDC; }
a { background-color: rgb(199,156,220); }
div.DivClassName
{
background-color: #C79CDC;
}
.BgClassName
{
background-color: #C79CDC;
}
</style>
border-color css
<style>
span { border-color: #C79CDC; }
span { border-color: rgb(199,156,220); }
td.TdClassName
{
border-color: #C79CDC;
}
.TagClassName
{
border-color: #C79CDC;
}
</style>