Shades of Wisteria #C790EC
Tints of Wisteria #C790EC
RGB
CMYK
RGB Variations
Color information
#C790EC (or 0xC790EC) is known color: Wisteria. HEX triplet: C7, 90 and EC. RGB value is (199,144,236). Sum of RGB (Red+Green+Blue) = 199+144+236=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #C790EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C790EC is #386F13. Grayscale: #AAAAAA. Windows color (decimal): -3698452 or 15503559. OLE color: 15503559.
HSL color Cylindrical-coordinate representation of color #C790EC: hue angle of 275.87º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C790EC is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 144 | 236 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.07 |
| HSL | 275.87º | 0.71% | 0.75% | - |
| HSV(B) | 275.87º | 0.39% | 0.93% | - |
| XYZ | 48.67 | 38.14 | 84.15 | - |
| YUV | 170.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 236 | 0.16 | 0.39 | 0 | 0.07 | 275.87 | 0.71 | 0.75 |
| Hex | C7 | 90 | EC | 10 | 27 | 0 | 7 | 114 | 47 | 4B |
| Octal | 307 | 220 | 354 | 20 | 47 | 0 | 7 | 424 | 107 | 113 |
| Binary | 11000111 | 10010000 | 11101100 | 10000 | 100111 | 0 | 111 | 100010100 | 1000111 | 1001011 |
Color Harmonies of #C790EC
Complementary color
Monochromatic Colors of #C790EC
Black with #C790EC
Text Example
Text Example
White with #C790EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790EC; }
p { color: rgb(199,144,236); }
H1.HeaderClassName
{
color: #C790EC;
}
.AnyTagClassName
{
color: #C790EC;
}
</style>
background-color css
<style>
a { background-color: #C790EC; }
a { background-color: rgb(199,144,236); }
div.DivClassName
{
background-color: #C790EC;
}
.BgClassName
{
background-color: #C790EC;
}
</style>
border-color css
<style>
span { border-color: #C790EC; }
span { border-color: rgb(199,144,236); }
td.TdClassName
{
border-color: #C790EC;
}
.TagClassName
{
border-color: #C790EC;
}
</style>