Shades of Wisteria #C790DC
Tints of Wisteria #C790DC
RGB
CMYK
RGB Variations
Color information
#C790DC (or 0xC790DC) is known color: Wisteria. HEX triplet: C7, 90 and DC. RGB value is (199,144,220). Sum of RGB (Red+Green+Blue) = 199+144+220=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #C790DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C790DC is #386F23. Grayscale: #A8A8A8. Windows color (decimal): -3698468 or 14454983. OLE color: 14454983.
HSL color Cylindrical-coordinate representation of color #C790DC: hue angle of 283.42º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C790DC is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 144 | 220 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.14 |
| HSL | 283.42º | 0.52% | 0.71% | - |
| HSV(B) | 283.42º | 0.35% | 0.86% | - |
| XYZ | 46.44 | 37.26 | 72.45 | - |
| YUV | 169.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 220 | 0.10 | 0.35 | 0 | 0.14 | 283.42 | 0.52 | 0.71 |
| Hex | C7 | 90 | DC | A | 23 | 0 | E | 11B | 34 | 47 |
| Octal | 307 | 220 | 334 | 12 | 43 | 0 | 16 | 433 | 64 | 107 |
| Binary | 11000111 | 10010000 | 11011100 | 1010 | 100011 | 0 | 1110 | 100011011 | 110100 | 1000111 |
Color Harmonies of #C790DC
Complementary color
Monochromatic Colors of #C790DC
Black with #C790DC
Text Example
Text Example
White with #C790DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790DC; }
p { color: rgb(199,144,220); }
H1.HeaderClassName
{
color: #C790DC;
}
.AnyTagClassName
{
color: #C790DC;
}
</style>
background-color css
<style>
a { background-color: #C790DC; }
a { background-color: rgb(199,144,220); }
div.DivClassName
{
background-color: #C790DC;
}
.BgClassName
{
background-color: #C790DC;
}
</style>
border-color css
<style>
span { border-color: #C790DC; }
span { border-color: rgb(199,144,220); }
td.TdClassName
{
border-color: #C790DC;
}
.TagClassName
{
border-color: #C790DC;
}
</style>