Shades of Wisteria #C791ED
Tints of Wisteria #C791ED
RGB
CMYK
RGB Variations
Color information
#C791ED (or 0xC791ED) is known color: Wisteria. HEX triplet: C7, 91 and ED. RGB value is (199,145,237). Sum of RGB (Red+Green+Blue) = 199+145+237=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #C791ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C791ED is #386E12. Grayscale: #ABABAB. Windows color (decimal): -3698195 or 15569351. OLE color: 15569351.
HSL color Cylindrical-coordinate representation of color #C791ED: hue angle of 275.22º degrees, saturation: 0.72, 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 #C791ED is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 145 | 237 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.07 |
| HSL | 275.22º | 0.72% | 0.75% | - |
| HSV(B) | 275.22º | 0.39% | 0.93% | - |
| XYZ | 48.96 | 38.51 | 84.97 | - |
| YUV | 171.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 237 | 0.16 | 0.39 | 0 | 0.07 | 275.22 | 0.72 | 0.75 |
| Hex | C7 | 91 | ED | 10 | 27 | 0 | 7 | 113 | 48 | 4B |
| Octal | 307 | 221 | 355 | 20 | 47 | 0 | 7 | 423 | 110 | 113 |
| Binary | 11000111 | 10010001 | 11101101 | 10000 | 100111 | 0 | 111 | 100010011 | 1001000 | 1001011 |
Color Harmonies of #C791ED
Complementary color
Monochromatic Colors of #C791ED
Black with #C791ED
Text Example
Text Example
White with #C791ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791ED; }
p { color: rgb(199,145,237); }
H1.HeaderClassName
{
color: #C791ED;
}
.AnyTagClassName
{
color: #C791ED;
}
</style>
background-color css
<style>
a { background-color: #C791ED; }
a { background-color: rgb(199,145,237); }
div.DivClassName
{
background-color: #C791ED;
}
.BgClassName
{
background-color: #C791ED;
}
</style>
border-color css
<style>
span { border-color: #C791ED; }
span { border-color: rgb(199,145,237); }
td.TdClassName
{
border-color: #C791ED;
}
.TagClassName
{
border-color: #C791ED;
}
</style>