Shades of Wisteria #C79DDC
Tints of Wisteria #C79DDC
RGB
CMYK
RGB Variations
Color information
#C79DDC (or 0xC79DDC) is known color: Wisteria. HEX triplet: C7, 9D and DC. RGB value is (199,157,220). Sum of RGB (Red+Green+Blue) = 199+157+220=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #C79DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79DDC is #386223. Grayscale: #B0B0B0. Windows color (decimal): -3695140 or 14458311. OLE color: 14458311.
HSL color Cylindrical-coordinate representation of color #C79DDC: hue angle of 280º degrees, saturation: 0.47, 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 #C79DDC is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 157 | 220 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.14 |
| HSL | 280º | 0.47% | 0.74% | - |
| HSV(B) | 280º | 0.29% | 0.86% | - |
| XYZ | 48.53 | 41.42 | 73.15 | - |
| YUV | 176.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 220 | 0.10 | 0.29 | 0 | 0.14 | 280 | 0.47 | 0.74 |
| Hex | C7 | 9D | DC | A | 1D | 0 | E | 118 | 2F | 4A |
| Octal | 307 | 235 | 334 | 12 | 35 | 0 | 16 | 430 | 57 | 112 |
| Binary | 11000111 | 10011101 | 11011100 | 1010 | 11101 | 0 | 1110 | 100011000 | 101111 | 1001010 |
Color Harmonies of #C79DDC
Complementary color
Monochromatic Colors of #C79DDC
Black with #C79DDC
Text Example
Text Example
White with #C79DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79DDC; }
p { color: rgb(199,157,220); }
H1.HeaderClassName
{
color: #C79DDC;
}
.AnyTagClassName
{
color: #C79DDC;
}
</style>
background-color css
<style>
a { background-color: #C79DDC; }
a { background-color: rgb(199,157,220); }
div.DivClassName
{
background-color: #C79DDC;
}
.BgClassName
{
background-color: #C79DDC;
}
</style>
border-color css
<style>
span { border-color: #C79DDC; }
span { border-color: rgb(199,157,220); }
td.TdClassName
{
border-color: #C79DDC;
}
.TagClassName
{
border-color: #C79DDC;
}
</style>