Shades of Wisteria #C791D8
Tints of Wisteria #C791D8
RGB
CMYK
RGB Variations
Color information
#C791D8 (or 0xC791D8) is known color: Wisteria. HEX triplet: C7, 91 and D8. RGB value is (199,145,216). Sum of RGB (Red+Green+Blue) = 199+145+216=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #C791D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C791D8 is #386E27. Grayscale: #A9A9A9. Windows color (decimal): -3698216 or 14193095. OLE color: 14193095.
HSL color Cylindrical-coordinate representation of color #C791D8: hue angle of 285.63º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C791D8 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 145 | 216 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.15 |
| HSL | 285.63º | 0.48% | 0.71% | - |
| HSV(B) | 285.63º | 0.33% | 0.85% | - |
| XYZ | 46.07 | 37.35 | 69.75 | - |
| YUV | 169.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 216 | 0.08 | 0.33 | 0 | 0.15 | 285.63 | 0.48 | 0.71 |
| Hex | C7 | 91 | D8 | 8 | 21 | 0 | F | 11E | 30 | 47 |
| Octal | 307 | 221 | 330 | 10 | 41 | 0 | 17 | 436 | 60 | 107 |
| Binary | 11000111 | 10010001 | 11011000 | 1000 | 100001 | 0 | 1111 | 100011110 | 110000 | 1000111 |
Color Harmonies of #C791D8
Complementary color
Monochromatic Colors of #C791D8
Black with #C791D8
Text Example
Text Example
White with #C791D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791D8; }
p { color: rgb(199,145,216); }
H1.HeaderClassName
{
color: #C791D8;
}
.AnyTagClassName
{
color: #C791D8;
}
</style>
background-color css
<style>
a { background-color: #C791D8; }
a { background-color: rgb(199,145,216); }
div.DivClassName
{
background-color: #C791D8;
}
.BgClassName
{
background-color: #C791D8;
}
</style>
border-color css
<style>
span { border-color: #C791D8; }
span { border-color: rgb(199,145,216); }
td.TdClassName
{
border-color: #C791D8;
}
.TagClassName
{
border-color: #C791D8;
}
</style>