Shades of Wisteria #C79BED
Tints of Wisteria #C79BED
RGB
CMYK
RGB Variations
Color information
#C79BED (or 0xC79BED) is known color: Wisteria. HEX triplet: C7, 9B and ED. RGB value is (199,155,237). Sum of RGB (Red+Green+Blue) = 199+155+237=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #C79BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C79BED is #386412. Grayscale: #B1B1B1. Windows color (decimal): -3695635 or 15571911. OLE color: 15571911.
HSL color Cylindrical-coordinate representation of color #C79BED: hue angle of 272.2º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C79BED is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 155 | 237 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.07 |
| HSL | 272.2º | 0.69% | 0.77% | - |
| HSV(B) | 272.2º | 0.35% | 0.93% | - |
| XYZ | 50.56 | 41.7 | 85.5 | - |
| YUV | 177.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 237 | 0.16 | 0.35 | 0 | 0.07 | 272.2 | 0.69 | 0.77 |
| Hex | C7 | 9B | ED | 10 | 23 | 0 | 7 | 110 | 45 | 4D |
| Octal | 307 | 233 | 355 | 20 | 43 | 0 | 7 | 420 | 105 | 115 |
| Binary | 11000111 | 10011011 | 11101101 | 10000 | 100011 | 0 | 111 | 100010000 | 1000101 | 1001101 |
Color Harmonies of #C79BED
Complementary color
Monochromatic Colors of #C79BED
Black with #C79BED
Text Example
Text Example
White with #C79BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79BED; }
p { color: rgb(199,155,237); }
H1.HeaderClassName
{
color: #C79BED;
}
.AnyTagClassName
{
color: #C79BED;
}
</style>
background-color css
<style>
a { background-color: #C79BED; }
a { background-color: rgb(199,155,237); }
div.DivClassName
{
background-color: #C79BED;
}
.BgClassName
{
background-color: #C79BED;
}
</style>
border-color css
<style>
span { border-color: #C79BED; }
span { border-color: rgb(199,155,237); }
td.TdClassName
{
border-color: #C79BED;
}
.TagClassName
{
border-color: #C79BED;
}
</style>