Shades of Wisteria #C791EC
Tints of Wisteria #C791EC
RGB
CMYK
RGB Variations
Color information
#C791EC (or 0xC791EC) is known color: Wisteria. HEX triplet: C7, 91 and EC. RGB value is (199,145,236). Sum of RGB (Red+Green+Blue) = 199+145+236=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #C791EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C791EC is #386E13. Grayscale: #ABABAB. Windows color (decimal): -3698196 or 15503815. OLE color: 15503815.
HSL color Cylindrical-coordinate representation of color #C791EC: hue angle of 275.6º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C791EC is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 145 | 236 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.07 |
| HSL | 275.6º | 0.71% | 0.75% | - |
| HSV(B) | 275.6º | 0.39% | 0.93% | - |
| XYZ | 48.82 | 38.45 | 84.21 | - |
| YUV | 171.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 236 | 0.16 | 0.39 | 0 | 0.07 | 275.6 | 0.71 | 0.75 |
| Hex | C7 | 91 | EC | 10 | 27 | 0 | 7 | 114 | 47 | 4B |
| Octal | 307 | 221 | 354 | 20 | 47 | 0 | 7 | 424 | 107 | 113 |
| Binary | 11000111 | 10010001 | 11101100 | 10000 | 100111 | 0 | 111 | 100010100 | 1000111 | 1001011 |
Color Harmonies of #C791EC
Complementary color
Monochromatic Colors of #C791EC
Black with #C791EC
Text Example
Text Example
White with #C791EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791EC; }
p { color: rgb(199,145,236); }
H1.HeaderClassName
{
color: #C791EC;
}
.AnyTagClassName
{
color: #C791EC;
}
</style>
background-color css
<style>
a { background-color: #C791EC; }
a { background-color: rgb(199,145,236); }
div.DivClassName
{
background-color: #C791EC;
}
.BgClassName
{
background-color: #C791EC;
}
</style>
border-color css
<style>
span { border-color: #C791EC; }
span { border-color: rgb(199,145,236); }
td.TdClassName
{
border-color: #C791EC;
}
.TagClassName
{
border-color: #C791EC;
}
</style>