Shades of Wisteria #C791EB
Tints of Wisteria #C791EB
RGB
CMYK
RGB Variations
Color information
#C791EB (or 0xC791EB) is known color: Wisteria. HEX triplet: C7, 91 and EB. RGB value is (199,145,235). Sum of RGB (Red+Green+Blue) = 199+145+235=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #C791EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C791EB is #386E14. Grayscale: #ABABAB. Windows color (decimal): -3698197 or 15438279. OLE color: 15438279.
HSL color Cylindrical-coordinate representation of color #C791EB: hue angle of 276º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C791EB is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 145 | 235 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.08 |
| HSL | 276º | 0.69% | 0.75% | - |
| HSV(B) | 276º | 0.38% | 0.92% | - |
| XYZ | 48.67 | 38.39 | 83.44 | - |
| YUV | 171.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 235 | 0.15 | 0.38 | 0 | 0.08 | 276 | 0.69 | 0.75 |
| Hex | C7 | 91 | EB | F | 26 | 0 | 8 | 114 | 45 | 4B |
| Octal | 307 | 221 | 353 | 17 | 46 | 0 | 10 | 424 | 105 | 113 |
| Binary | 11000111 | 10010001 | 11101011 | 1111 | 100110 | 0 | 1000 | 100010100 | 1000101 | 1001011 |
Color Harmonies of #C791EB
Complementary color
Monochromatic Colors of #C791EB
Black with #C791EB
Text Example
Text Example
White with #C791EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791EB; }
p { color: rgb(199,145,235); }
H1.HeaderClassName
{
color: #C791EB;
}
.AnyTagClassName
{
color: #C791EB;
}
</style>
background-color css
<style>
a { background-color: #C791EB; }
a { background-color: rgb(199,145,235); }
div.DivClassName
{
background-color: #C791EB;
}
.BgClassName
{
background-color: #C791EB;
}
</style>
border-color css
<style>
span { border-color: #C791EB; }
span { border-color: rgb(199,145,235); }
td.TdClassName
{
border-color: #C791EB;
}
.TagClassName
{
border-color: #C791EB;
}
</style>