Shades of Wisteria #C79BDC
Tints of Wisteria #C79BDC
RGB
CMYK
RGB Variations
Color information
#C79BDC (or 0xC79BDC) is known color: Wisteria. HEX triplet: C7, 9B and DC. RGB value is (199,155,220). Sum of RGB (Red+Green+Blue) = 199+155+220=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #C79BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79BDC is #386423. Grayscale: #AFAFAF. Windows color (decimal): -3695652 or 14457799. OLE color: 14457799.
HSL color Cylindrical-coordinate representation of color #C79BDC: hue angle of 280.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C79BDC is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 155 | 220 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.14 |
| HSL | 280.62º | 0.48% | 0.74% | - |
| HSV(B) | 280.62º | 0.3% | 0.86% | - |
| XYZ | 48.19 | 40.75 | 73.04 | - |
| YUV | 175.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 220 | 0.10 | 0.30 | 0 | 0.14 | 280.62 | 0.48 | 0.74 |
| Hex | C7 | 9B | DC | A | 1E | 0 | E | 119 | 30 | 4A |
| Octal | 307 | 233 | 334 | 12 | 36 | 0 | 16 | 431 | 60 | 112 |
| Binary | 11000111 | 10011011 | 11011100 | 1010 | 11110 | 0 | 1110 | 100011001 | 110000 | 1001010 |
Color Harmonies of #C79BDC
Complementary color
Monochromatic Colors of #C79BDC
Black with #C79BDC
Text Example
Text Example
White with #C79BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79BDC; }
p { color: rgb(199,155,220); }
H1.HeaderClassName
{
color: #C79BDC;
}
.AnyTagClassName
{
color: #C79BDC;
}
</style>
background-color css
<style>
a { background-color: #C79BDC; }
a { background-color: rgb(199,155,220); }
div.DivClassName
{
background-color: #C79BDC;
}
.BgClassName
{
background-color: #C79BDC;
}
</style>
border-color css
<style>
span { border-color: #C79BDC; }
span { border-color: rgb(199,155,220); }
td.TdClassName
{
border-color: #C79BDC;
}
.TagClassName
{
border-color: #C79BDC;
}
</style>