Shades of Wisteria #C791E2
Tints of Wisteria #C791E2
RGB
CMYK
RGB Variations
Color information
#C791E2 (or 0xC791E2) is known color: Wisteria. HEX triplet: C7, 91 and E2. RGB value is (199,145,226). Sum of RGB (Red+Green+Blue) = 199+145+226=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #C791E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C791E2 is #386E1D. Grayscale: #AAAAAA. Windows color (decimal): -3698206 or 14848455. OLE color: 14848455.
HSL color Cylindrical-coordinate representation of color #C791E2: hue angle of 280º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C791E2 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 145 | 226 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.11 |
| HSL | 280º | 0.58% | 0.73% | - |
| HSV(B) | 280º | 0.36% | 0.89% | - |
| XYZ | 47.41 | 37.88 | 76.77 | - |
| YUV | 170.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 226 | 0.12 | 0.36 | 0 | 0.11 | 280 | 0.58 | 0.73 |
| Hex | C7 | 91 | E2 | C | 24 | 0 | B | 118 | 3A | 49 |
| Octal | 307 | 221 | 342 | 14 | 44 | 0 | 13 | 430 | 72 | 111 |
| Binary | 11000111 | 10010001 | 11100010 | 1100 | 100100 | 0 | 1011 | 100011000 | 111010 | 1001001 |
Color Harmonies of #C791E2
Complementary color
Monochromatic Colors of #C791E2
Black with #C791E2
Text Example
Text Example
White with #C791E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791E2; }
p { color: rgb(199,145,226); }
H1.HeaderClassName
{
color: #C791E2;
}
.AnyTagClassName
{
color: #C791E2;
}
</style>
background-color css
<style>
a { background-color: #C791E2; }
a { background-color: rgb(199,145,226); }
div.DivClassName
{
background-color: #C791E2;
}
.BgClassName
{
background-color: #C791E2;
}
</style>
border-color css
<style>
span { border-color: #C791E2; }
span { border-color: rgb(199,145,226); }
td.TdClassName
{
border-color: #C791E2;
}
.TagClassName
{
border-color: #C791E2;
}
</style>