Shades of Wisteria #C790DB
Tints of Wisteria #C790DB
RGB
CMYK
RGB Variations
Color information
#C790DB (or 0xC790DB) is known color: Wisteria. HEX triplet: C7, 90 and DB. RGB value is (199,144,219). Sum of RGB (Red+Green+Blue) = 199+144+219=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #C790DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C790DB is #386F24. Grayscale: #A8A8A8. Windows color (decimal): -3698469 or 14389447. OLE color: 14389447.
HSL color Cylindrical-coordinate representation of color #C790DB: hue angle of 284º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C790DB is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 144 | 219 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.14 |
| HSL | 284º | 0.51% | 0.71% | - |
| HSV(B) | 284º | 0.34% | 0.86% | - |
| XYZ | 46.31 | 37.2 | 71.76 | - |
| YUV | 169 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 219 | 0.09 | 0.34 | 0 | 0.14 | 284 | 0.51 | 0.71 |
| Hex | C7 | 90 | DB | 9 | 22 | 0 | E | 11C | 33 | 47 |
| Octal | 307 | 220 | 333 | 11 | 42 | 0 | 16 | 434 | 63 | 107 |
| Binary | 11000111 | 10010000 | 11011011 | 1001 | 100010 | 0 | 1110 | 100011100 | 110011 | 1000111 |
Color Harmonies of #C790DB
Complementary color
Monochromatic Colors of #C790DB
Black with #C790DB
Text Example
Text Example
White with #C790DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790DB; }
p { color: rgb(199,144,219); }
H1.HeaderClassName
{
color: #C790DB;
}
.AnyTagClassName
{
color: #C790DB;
}
</style>
background-color css
<style>
a { background-color: #C790DB; }
a { background-color: rgb(199,144,219); }
div.DivClassName
{
background-color: #C790DB;
}
.BgClassName
{
background-color: #C790DB;
}
</style>
border-color css
<style>
span { border-color: #C790DB; }
span { border-color: rgb(199,144,219); }
td.TdClassName
{
border-color: #C790DB;
}
.TagClassName
{
border-color: #C790DB;
}
</style>