Shades of Wisteria #C790D5
Tints of Wisteria #C790D5
RGB
CMYK
RGB Variations
Color information
#C790D5 (or 0xC790D5) is known color: Wisteria. HEX triplet: C7, 90 and D5. RGB value is (199,144,213). Sum of RGB (Red+Green+Blue) = 199+144+213=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #C790D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C790D5 is #386F2A. Grayscale: #A8A8A8. Windows color (decimal): -3698475 or 13996231. OLE color: 13996231.
HSL color Cylindrical-coordinate representation of color #C790D5: hue angle of 287.83º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C790D5 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 144 | 213 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.16 |
| HSL | 287.83º | 0.45% | 0.7% | - |
| HSV(B) | 287.83º | 0.32% | 0.84% | - |
| XYZ | 45.54 | 36.89 | 67.67 | - |
| YUV | 168.31 | 153.22 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 213 | 0.07 | 0.32 | 0 | 0.16 | 287.83 | 0.45 | 0.7 |
| Hex | C7 | 90 | D5 | 7 | 20 | 0 | 10 | 120 | 2D | 46 |
| Octal | 307 | 220 | 325 | 7 | 40 | 0 | 20 | 440 | 55 | 106 |
| Binary | 11000111 | 10010000 | 11010101 | 111 | 100000 | 0 | 10000 | 100100000 | 101101 | 1000110 |
Color Harmonies of #C790D5
Complementary color
Monochromatic Colors of #C790D5
Black with #C790D5
Text Example
Text Example
White with #C790D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790D5; }
p { color: rgb(199,144,213); }
H1.HeaderClassName
{
color: #C790D5;
}
.AnyTagClassName
{
color: #C790D5;
}
</style>
background-color css
<style>
a { background-color: #C790D5; }
a { background-color: rgb(199,144,213); }
div.DivClassName
{
background-color: #C790D5;
}
.BgClassName
{
background-color: #C790D5;
}
</style>
border-color css
<style>
span { border-color: #C790D5; }
span { border-color: rgb(199,144,213); }
td.TdClassName
{
border-color: #C790D5;
}
.TagClassName
{
border-color: #C790D5;
}
</style>