Shades of Wisteria #C790F6
Tints of Wisteria #C790F6
RGB
CMYK
RGB Variations
Color information
#C790F6 (or 0xC790F6) is known color: Wisteria. HEX triplet: C7, 90 and F6. RGB value is (199,144,246). Sum of RGB (Red+Green+Blue) = 199+144+246=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #C790F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C790F6 is #386F09. Grayscale: #ABABAB. Windows color (decimal): -3698442 or 16158919. OLE color: 16158919.
HSL color Cylindrical-coordinate representation of color #C790F6: hue angle of 272.35º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C790F6 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 144 | 246 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.04 |
| HSL | 272.35º | 0.85% | 0.76% | - |
| HSV(B) | 272.35º | 0.41% | 0.96% | - |
| XYZ | 50.16 | 38.74 | 92.02 | - |
| YUV | 172.07 | 169.72 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 246 | 0.19 | 0.41 | 0 | 0.04 | 272.35 | 0.85 | 0.76 |
| Hex | C7 | 90 | F6 | 13 | 29 | 0 | 4 | 110 | 55 | 4C |
| Octal | 307 | 220 | 366 | 23 | 51 | 0 | 4 | 420 | 125 | 114 |
| Binary | 11000111 | 10010000 | 11110110 | 10011 | 101001 | 0 | 100 | 100010000 | 1010101 | 1001100 |
Color Harmonies of #C790F6
Complementary color
Monochromatic Colors of #C790F6
Black with #C790F6
Text Example
Text Example
White with #C790F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790F6; }
p { color: rgb(199,144,246); }
H1.HeaderClassName
{
color: #C790F6;
}
.AnyTagClassName
{
color: #C790F6;
}
</style>
background-color css
<style>
a { background-color: #C790F6; }
a { background-color: rgb(199,144,246); }
div.DivClassName
{
background-color: #C790F6;
}
.BgClassName
{
background-color: #C790F6;
}
</style>
border-color css
<style>
span { border-color: #C790F6; }
span { border-color: rgb(199,144,246); }
td.TdClassName
{
border-color: #C790F6;
}
.TagClassName
{
border-color: #C790F6;
}
</style>