Shades of Wisteria #C793E8
Tints of Wisteria #C793E8
RGB
CMYK
RGB Variations
Color information
#C793E8 (or 0xC793E8) is known color: Wisteria. HEX triplet: C7, 93 and E8. RGB value is (199,147,232). Sum of RGB (Red+Green+Blue) = 199+147+232=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #C793E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C793E8 is #386C17. Grayscale: #ABABAB. Windows color (decimal): -3697688 or 15242183. OLE color: 15242183.
HSL color Cylindrical-coordinate representation of color #C793E8: hue angle of 276.71º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C793E8 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 147 | 232 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.09 |
| HSL | 276.71º | 0.65% | 0.74% | - |
| HSV(B) | 276.71º | 0.37% | 0.91% | - |
| XYZ | 48.55 | 38.84 | 81.28 | - |
| YUV | 172.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 232 | 0.14 | 0.37 | 0 | 0.09 | 276.71 | 0.65 | 0.74 |
| Hex | C7 | 93 | E8 | E | 25 | 0 | 9 | 115 | 41 | 4A |
| Octal | 307 | 223 | 350 | 16 | 45 | 0 | 11 | 425 | 101 | 112 |
| Binary | 11000111 | 10010011 | 11101000 | 1110 | 100101 | 0 | 1001 | 100010101 | 1000001 | 1001010 |
Color Harmonies of #C793E8
Complementary color
Monochromatic Colors of #C793E8
Black with #C793E8
Text Example
Text Example
White with #C793E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C793E8; }
p { color: rgb(199,147,232); }
H1.HeaderClassName
{
color: #C793E8;
}
.AnyTagClassName
{
color: #C793E8;
}
</style>
background-color css
<style>
a { background-color: #C793E8; }
a { background-color: rgb(199,147,232); }
div.DivClassName
{
background-color: #C793E8;
}
.BgClassName
{
background-color: #C793E8;
}
</style>
border-color css
<style>
span { border-color: #C793E8; }
span { border-color: rgb(199,147,232); }
td.TdClassName
{
border-color: #C793E8;
}
.TagClassName
{
border-color: #C793E8;
}
</style>