Shades of Wisteria #C79BE0
Tints of Wisteria #C79BE0
RGB
CMYK
RGB Variations
Color information
#C79BE0 (or 0xC79BE0) is known color: Wisteria. HEX triplet: C7, 9B and E0. RGB value is (199,155,224). Sum of RGB (Red+Green+Blue) = 199+155+224=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #C79BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79BE0 is #38641F. Grayscale: #AFAFAF. Windows color (decimal): -3695648 or 14719943. OLE color: 14719943.
HSL color Cylindrical-coordinate representation of color #C79BE0: hue angle of 278.26º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C79BE0 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 155 | 224 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.12 |
| HSL | 278.26º | 0.53% | 0.74% | - |
| HSV(B) | 278.26º | 0.31% | 0.88% | - |
| XYZ | 48.73 | 40.97 | 75.86 | - |
| YUV | 176.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 224 | 0.11 | 0.31 | 0 | 0.12 | 278.26 | 0.53 | 0.74 |
| Hex | C7 | 9B | E0 | B | 1F | 0 | C | 116 | 35 | 4A |
| Octal | 307 | 233 | 340 | 13 | 37 | 0 | 14 | 426 | 65 | 112 |
| Binary | 11000111 | 10011011 | 11100000 | 1011 | 11111 | 0 | 1100 | 100010110 | 110101 | 1001010 |
Color Harmonies of #C79BE0
Complementary color
Monochromatic Colors of #C79BE0
Black with #C79BE0
Text Example
Text Example
White with #C79BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79BE0; }
p { color: rgb(199,155,224); }
H1.HeaderClassName
{
color: #C79BE0;
}
.AnyTagClassName
{
color: #C79BE0;
}
</style>
background-color css
<style>
a { background-color: #C79BE0; }
a { background-color: rgb(199,155,224); }
div.DivClassName
{
background-color: #C79BE0;
}
.BgClassName
{
background-color: #C79BE0;
}
</style>
border-color css
<style>
span { border-color: #C79BE0; }
span { border-color: rgb(199,155,224); }
td.TdClassName
{
border-color: #C79BE0;
}
.TagClassName
{
border-color: #C79BE0;
}
</style>