Shades of Wisteria #C794EB
Tints of Wisteria #C794EB
RGB
CMYK
RGB Variations
Color information
#C794EB (or 0xC794EB) is known color: Wisteria. HEX triplet: C7, 94 and EB. RGB value is (199,148,235). Sum of RGB (Red+Green+Blue) = 199+148+235=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #C794EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C794EB is #386B14. Grayscale: #ACACAC. Windows color (decimal): -3697429 or 15439047. OLE color: 15439047.
HSL color Cylindrical-coordinate representation of color #C794EB: hue angle of 275.17º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C794EB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 148 | 235 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.08 |
| HSL | 275.17º | 0.69% | 0.75% | - |
| HSV(B) | 275.17º | 0.37% | 0.92% | - |
| XYZ | 49.14 | 39.32 | 83.6 | - |
| YUV | 173.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 235 | 0.15 | 0.37 | 0 | 0.08 | 275.17 | 0.69 | 0.75 |
| Hex | C7 | 94 | EB | F | 25 | 0 | 8 | 113 | 45 | 4B |
| Octal | 307 | 224 | 353 | 17 | 45 | 0 | 10 | 423 | 105 | 113 |
| Binary | 11000111 | 10010100 | 11101011 | 1111 | 100101 | 0 | 1000 | 100010011 | 1000101 | 1001011 |
Color Harmonies of #C794EB
Complementary color
Monochromatic Colors of #C794EB
Black with #C794EB
Text Example
Text Example
White with #C794EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794EB; }
p { color: rgb(199,148,235); }
H1.HeaderClassName
{
color: #C794EB;
}
.AnyTagClassName
{
color: #C794EB;
}
</style>
background-color css
<style>
a { background-color: #C794EB; }
a { background-color: rgb(199,148,235); }
div.DivClassName
{
background-color: #C794EB;
}
.BgClassName
{
background-color: #C794EB;
}
</style>
border-color css
<style>
span { border-color: #C794EB; }
span { border-color: rgb(199,148,235); }
td.TdClassName
{
border-color: #C794EB;
}
.TagClassName
{
border-color: #C794EB;
}
</style>