Shades of Wisteria #C79DD5
Tints of Wisteria #C79DD5
RGB
CMYK
RGB Variations
Color information
#C79DD5 (or 0xC79DD5) is known color: Wisteria. HEX triplet: C7, 9D and D5. RGB value is (199,157,213). Sum of RGB (Red+Green+Blue) = 199+157+213=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #C79DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79DD5 is #38622A. Grayscale: #AFAFAF. Windows color (decimal): -3695147 or 13999559. OLE color: 13999559.
HSL color Cylindrical-coordinate representation of color #C79DD5: hue angle of 285º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C79DD5 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 157 | 213 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.16 |
| HSL | 285º | 0.4% | 0.73% | - |
| HSV(B) | 285º | 0.26% | 0.84% | - |
| XYZ | 47.62 | 41.06 | 68.37 | - |
| YUV | 175.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 213 | 0.07 | 0.26 | 0 | 0.16 | 285 | 0.4 | 0.73 |
| Hex | C7 | 9D | D5 | 7 | 1A | 0 | 10 | 11D | 28 | 49 |
| Octal | 307 | 235 | 325 | 7 | 32 | 0 | 20 | 435 | 50 | 111 |
| Binary | 11000111 | 10011101 | 11010101 | 111 | 11010 | 0 | 10000 | 100011101 | 101000 | 1001001 |
Color Harmonies of #C79DD5
Complementary color
Monochromatic Colors of #C79DD5
Black with #C79DD5
Text Example
Text Example
White with #C79DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79DD5; }
p { color: rgb(199,157,213); }
H1.HeaderClassName
{
color: #C79DD5;
}
.AnyTagClassName
{
color: #C79DD5;
}
</style>
background-color css
<style>
a { background-color: #C79DD5; }
a { background-color: rgb(199,157,213); }
div.DivClassName
{
background-color: #C79DD5;
}
.BgClassName
{
background-color: #C79DD5;
}
</style>
border-color css
<style>
span { border-color: #C79DD5; }
span { border-color: rgb(199,157,213); }
td.TdClassName
{
border-color: #C79DD5;
}
.TagClassName
{
border-color: #C79DD5;
}
</style>