Shades of Wisteria #C793E1
Tints of Wisteria #C793E1
RGB
CMYK
RGB Variations
Color information
#C793E1 (or 0xC793E1) is known color: Wisteria. HEX triplet: C7, 93 and E1. RGB value is (199,147,225). Sum of RGB (Red+Green+Blue) = 199+147+225=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #C793E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C793E1 is #386C1E. Grayscale: #ABABAB. Windows color (decimal): -3697695 or 14783431. OLE color: 14783431.
HSL color Cylindrical-coordinate representation of color #C793E1: hue angle of 280º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C793E1 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 147 | 225 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.12 |
| HSL | 280º | 0.57% | 0.73% | - |
| HSV(B) | 280º | 0.35% | 0.88% | - |
| XYZ | 47.58 | 38.45 | 76.15 | - |
| YUV | 171.44 | 158.23 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 225 | 0.12 | 0.35 | 0 | 0.12 | 280 | 0.57 | 0.73 |
| Hex | C7 | 93 | E1 | C | 23 | 0 | C | 118 | 39 | 49 |
| Octal | 307 | 223 | 341 | 14 | 43 | 0 | 14 | 430 | 71 | 111 |
| Binary | 11000111 | 10010011 | 11100001 | 1100 | 100011 | 0 | 1100 | 100011000 | 111001 | 1001001 |
Color Harmonies of #C793E1
Complementary color
Monochromatic Colors of #C793E1
Black with #C793E1
Text Example
Text Example
White with #C793E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C793E1; }
p { color: rgb(199,147,225); }
H1.HeaderClassName
{
color: #C793E1;
}
.AnyTagClassName
{
color: #C793E1;
}
</style>
background-color css
<style>
a { background-color: #C793E1; }
a { background-color: rgb(199,147,225); }
div.DivClassName
{
background-color: #C793E1;
}
.BgClassName
{
background-color: #C793E1;
}
</style>
border-color css
<style>
span { border-color: #C793E1; }
span { border-color: rgb(199,147,225); }
td.TdClassName
{
border-color: #C793E1;
}
.TagClassName
{
border-color: #C793E1;
}
</style>