Shades of Wisteria #C793D3
Tints of Wisteria #C793D3
RGB
CMYK
RGB Variations
Color information
#C793D3 (or 0xC793D3) is known color: Wisteria. HEX triplet: C7, 93 and D3. RGB value is (199,147,211). Sum of RGB (Red+Green+Blue) = 199+147+211=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 211 - color contains mainly: blue. Hex color #C793D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C793D3 is #386C2C. Grayscale: #A9A9A9. Windows color (decimal): -3697709 or 13865927. OLE color: 13865927.
HSL color Cylindrical-coordinate representation of color #C793D3: hue angle of 288.75º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C793D3 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 147 | 211 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.17 |
| HSL | 288.75º | 0.42% | 0.7% | - |
| HSV(B) | 288.75º | 0.3% | 0.83% | - |
| XYZ | 45.74 | 37.71 | 66.5 | - |
| YUV | 169.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 211 | 0.06 | 0.30 | 0 | 0.17 | 288.75 | 0.42 | 0.7 |
| Hex | C7 | 93 | D3 | 6 | 1E | 0 | 11 | 121 | 2A | 46 |
| Octal | 307 | 223 | 323 | 6 | 36 | 0 | 21 | 441 | 52 | 106 |
| Binary | 11000111 | 10010011 | 11010011 | 110 | 11110 | 0 | 10001 | 100100001 | 101010 | 1000110 |
Color Harmonies of #C793D3
Complementary color
Monochromatic Colors of #C793D3
Black with #C793D3
Text Example
Text Example
White with #C793D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C793D3; }
p { color: rgb(199,147,211); }
H1.HeaderClassName
{
color: #C793D3;
}
.AnyTagClassName
{
color: #C793D3;
}
</style>
background-color css
<style>
a { background-color: #C793D3; }
a { background-color: rgb(199,147,211); }
div.DivClassName
{
background-color: #C793D3;
}
.BgClassName
{
background-color: #C793D3;
}
</style>
border-color css
<style>
span { border-color: #C793D3; }
span { border-color: rgb(199,147,211); }
td.TdClassName
{
border-color: #C793D3;
}
.TagClassName
{
border-color: #C793D3;
}
</style>