Shades of Wisteria #C79FE5
Tints of Wisteria #C79FE5
RGB
CMYK
RGB Variations
Color information
#C79FE5 (or 0xC79FE5) is known color: Wisteria. HEX triplet: C7, 9F and E5. RGB value is (199,159,229). Sum of RGB (Red+Green+Blue) = 199+159+229=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #C79FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79FE5 is #38601A. Grayscale: #B2B2B2. Windows color (decimal): -3694619 or 15048647. OLE color: 15048647.
HSL color Cylindrical-coordinate representation of color #C79FE5: hue angle of 274.29º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C79FE5 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 159 | 229 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.10 |
| HSL | 274.29º | 0.57% | 0.76% | - |
| HSV(B) | 274.29º | 0.31% | 0.9% | - |
| XYZ | 50.09 | 42.6 | 79.71 | - |
| YUV | 178.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 229 | 0.13 | 0.31 | 0 | 0.10 | 274.29 | 0.57 | 0.76 |
| Hex | C7 | 9F | E5 | D | 1F | 0 | A | 112 | 39 | 4C |
| Octal | 307 | 237 | 345 | 15 | 37 | 0 | 12 | 422 | 71 | 114 |
| Binary | 11000111 | 10011111 | 11100101 | 1101 | 11111 | 0 | 1010 | 100010010 | 111001 | 1001100 |
Color Harmonies of #C79FE5
Complementary color
Monochromatic Colors of #C79FE5
Black with #C79FE5
Text Example
Text Example
White with #C79FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79FE5; }
p { color: rgb(199,159,229); }
H1.HeaderClassName
{
color: #C79FE5;
}
.AnyTagClassName
{
color: #C79FE5;
}
</style>
background-color css
<style>
a { background-color: #C79FE5; }
a { background-color: rgb(199,159,229); }
div.DivClassName
{
background-color: #C79FE5;
}
.BgClassName
{
background-color: #C79FE5;
}
</style>
border-color css
<style>
span { border-color: #C79FE5; }
span { border-color: rgb(199,159,229); }
td.TdClassName
{
border-color: #C79FE5;
}
.TagClassName
{
border-color: #C79FE5;
}
</style>