Shades of Wisteria #C791D1
Tints of Wisteria #C791D1
RGB
CMYK
RGB Variations
Color information
#C791D1 (or 0xC791D1) is known color: Wisteria. HEX triplet: C7, 91 and D1. RGB value is (199,145,209). Sum of RGB (Red+Green+Blue) = 199+145+209=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #C791D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C791D1 is #386E2E. Grayscale: #A8A8A8. Windows color (decimal): -3698223 or 13734343. OLE color: 13734343.
HSL color Cylindrical-coordinate representation of color #C791D1: hue angle of 290.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C791D1 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 145 | 209 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.18 |
| HSL | 290.63º | 0.41% | 0.69% | - |
| HSV(B) | 290.63º | 0.31% | 0.82% | - |
| XYZ | 45.19 | 37 | 65.08 | - |
| YUV | 168.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 209 | 0.05 | 0.31 | 0 | 0.18 | 290.63 | 0.41 | 0.69 |
| Hex | C7 | 91 | D1 | 5 | 1F | 0 | 12 | 123 | 29 | 45 |
| Octal | 307 | 221 | 321 | 5 | 37 | 0 | 22 | 443 | 51 | 105 |
| Binary | 11000111 | 10010001 | 11010001 | 101 | 11111 | 0 | 10010 | 100100011 | 101001 | 1000101 |
Color Harmonies of #C791D1
Complementary color
Monochromatic Colors of #C791D1
Black with #C791D1
Text Example
Text Example
White with #C791D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791D1; }
p { color: rgb(199,145,209); }
H1.HeaderClassName
{
color: #C791D1;
}
.AnyTagClassName
{
color: #C791D1;
}
</style>
background-color css
<style>
a { background-color: #C791D1; }
a { background-color: rgb(199,145,209); }
div.DivClassName
{
background-color: #C791D1;
}
.BgClassName
{
background-color: #C791D1;
}
</style>
border-color css
<style>
span { border-color: #C791D1; }
span { border-color: rgb(199,145,209); }
td.TdClassName
{
border-color: #C791D1;
}
.TagClassName
{
border-color: #C791D1;
}
</style>