Shades of Wisteria #C792DB
Tints of Wisteria #C792DB
RGB
CMYK
RGB Variations
Color information
#C792DB (or 0xC792DB) is known color: Wisteria. HEX triplet: C7, 92 and DB. RGB value is (199,146,219). Sum of RGB (Red+Green+Blue) = 199+146+219=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #C792DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792DB is #386D24. Grayscale: #A9A9A9. Windows color (decimal): -3697957 or 14389959. OLE color: 14389959.
HSL color Cylindrical-coordinate representation of color #C792DB: hue angle of 283.56º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C792DB is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 146 | 219 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.14 |
| HSL | 283.56º | 0.5% | 0.72% | - |
| HSV(B) | 283.56º | 0.33% | 0.86% | - |
| XYZ | 46.62 | 37.81 | 71.86 | - |
| YUV | 170.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 219 | 0.09 | 0.33 | 0 | 0.14 | 283.56 | 0.5 | 0.72 |
| Hex | C7 | 92 | DB | 9 | 21 | 0 | E | 11C | 32 | 48 |
| Octal | 307 | 222 | 333 | 11 | 41 | 0 | 16 | 434 | 62 | 110 |
| Binary | 11000111 | 10010010 | 11011011 | 1001 | 100001 | 0 | 1110 | 100011100 | 110010 | 1001000 |
Color Harmonies of #C792DB
Complementary color
Monochromatic Colors of #C792DB
Black with #C792DB
Text Example
Text Example
White with #C792DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792DB; }
p { color: rgb(199,146,219); }
H1.HeaderClassName
{
color: #C792DB;
}
.AnyTagClassName
{
color: #C792DB;
}
</style>
background-color css
<style>
a { background-color: #C792DB; }
a { background-color: rgb(199,146,219); }
div.DivClassName
{
background-color: #C792DB;
}
.BgClassName
{
background-color: #C792DB;
}
</style>
border-color css
<style>
span { border-color: #C792DB; }
span { border-color: rgb(199,146,219); }
td.TdClassName
{
border-color: #C792DB;
}
.TagClassName
{
border-color: #C792DB;
}
</style>