Shades of Wisteria #C794DB
Tints of Wisteria #C794DB
RGB
CMYK
RGB Variations
Color information
#C794DB (or 0xC794DB) is known color: Wisteria. HEX triplet: C7, 94 and DB. RGB value is (199,148,219). Sum of RGB (Red+Green+Blue) = 199+148+219=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #C794DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794DB is #386B24. Grayscale: #ABABAB. Windows color (decimal): -3697445 or 14390471. OLE color: 14390471.
HSL color Cylindrical-coordinate representation of color #C794DB: hue angle of 283.1º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C794DB is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 148 | 219 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.14 |
| HSL | 283.1º | 0.5% | 0.72% | - |
| HSV(B) | 283.1º | 0.32% | 0.86% | - |
| XYZ | 46.93 | 38.44 | 71.96 | - |
| YUV | 171.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 219 | 0.09 | 0.32 | 0 | 0.14 | 283.1 | 0.5 | 0.72 |
| Hex | C7 | 94 | DB | 9 | 20 | 0 | E | 11B | 32 | 48 |
| Octal | 307 | 224 | 333 | 11 | 40 | 0 | 16 | 433 | 62 | 110 |
| Binary | 11000111 | 10010100 | 11011011 | 1001 | 100000 | 0 | 1110 | 100011011 | 110010 | 1001000 |
Color Harmonies of #C794DB
Complementary color
Monochromatic Colors of #C794DB
Black with #C794DB
Text Example
Text Example
White with #C794DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794DB; }
p { color: rgb(199,148,219); }
H1.HeaderClassName
{
color: #C794DB;
}
.AnyTagClassName
{
color: #C794DB;
}
</style>
background-color css
<style>
a { background-color: #C794DB; }
a { background-color: rgb(199,148,219); }
div.DivClassName
{
background-color: #C794DB;
}
.BgClassName
{
background-color: #C794DB;
}
</style>
border-color css
<style>
span { border-color: #C794DB; }
span { border-color: rgb(199,148,219); }
td.TdClassName
{
border-color: #C794DB;
}
.TagClassName
{
border-color: #C794DB;
}
</style>