Shades of Wisteria #C79BDF
Tints of Wisteria #C79BDF
RGB
CMYK
RGB Variations
Color information
#C79BDF (or 0xC79BDF) is known color: Wisteria. HEX triplet: C7, 9B and DF. RGB value is (199,155,223). Sum of RGB (Red+Green+Blue) = 199+155+223=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #C79BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79BDF is #386420. Grayscale: #AFAFAF. Windows color (decimal): -3695649 or 14654407. OLE color: 14654407.
HSL color Cylindrical-coordinate representation of color #C79BDF: hue angle of 278.82º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C79BDF is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 155 | 223 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.13 |
| HSL | 278.82º | 0.52% | 0.74% | - |
| HSV(B) | 278.82º | 0.3% | 0.87% | - |
| XYZ | 48.59 | 40.91 | 75.15 | - |
| YUV | 175.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 223 | 0.11 | 0.30 | 0 | 0.13 | 278.82 | 0.52 | 0.74 |
| Hex | C7 | 9B | DF | B | 1E | 0 | D | 117 | 34 | 4A |
| Octal | 307 | 233 | 337 | 13 | 36 | 0 | 15 | 427 | 64 | 112 |
| Binary | 11000111 | 10011011 | 11011111 | 1011 | 11110 | 0 | 1101 | 100010111 | 110100 | 1001010 |
Color Harmonies of #C79BDF
Complementary color
Monochromatic Colors of #C79BDF
Black with #C79BDF
Text Example
Text Example
White with #C79BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79BDF; }
p { color: rgb(199,155,223); }
H1.HeaderClassName
{
color: #C79BDF;
}
.AnyTagClassName
{
color: #C79BDF;
}
</style>
background-color css
<style>
a { background-color: #C79BDF; }
a { background-color: rgb(199,155,223); }
div.DivClassName
{
background-color: #C79BDF;
}
.BgClassName
{
background-color: #C79BDF;
}
</style>
border-color css
<style>
span { border-color: #C79BDF; }
span { border-color: rgb(199,155,223); }
td.TdClassName
{
border-color: #C79BDF;
}
.TagClassName
{
border-color: #C79BDF;
}
</style>