Shades of Wisteria #C799DB
Tints of Wisteria #C799DB
RGB
CMYK
RGB Variations
Color information
#C799DB (or 0xC799DB) is known color: Wisteria. HEX triplet: C7, 99 and DB. RGB value is (199,153,219). Sum of RGB (Red+Green+Blue) = 199+153+219=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #C799DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C799DB is #386624. Grayscale: #AEAEAE. Windows color (decimal): -3696165 or 14391751. OLE color: 14391751.
HSL color Cylindrical-coordinate representation of color #C799DB: hue angle of 281.82º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C799DB is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 153 | 219 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.14 |
| HSL | 281.82º | 0.48% | 0.73% | - |
| HSV(B) | 281.82º | 0.3% | 0.86% | - |
| XYZ | 47.73 | 40.04 | 72.23 | - |
| YUV | 174.28 | 153.24 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 219 | 0.09 | 0.30 | 0 | 0.14 | 281.82 | 0.48 | 0.73 |
| Hex | C7 | 99 | DB | 9 | 1E | 0 | E | 11A | 30 | 49 |
| Octal | 307 | 231 | 333 | 11 | 36 | 0 | 16 | 432 | 60 | 111 |
| Binary | 11000111 | 10011001 | 11011011 | 1001 | 11110 | 0 | 1110 | 100011010 | 110000 | 1001001 |
Color Harmonies of #C799DB
Complementary color
Monochromatic Colors of #C799DB
Black with #C799DB
Text Example
Text Example
White with #C799DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C799DB; }
p { color: rgb(199,153,219); }
H1.HeaderClassName
{
color: #C799DB;
}
.AnyTagClassName
{
color: #C799DB;
}
</style>
background-color css
<style>
a { background-color: #C799DB; }
a { background-color: rgb(199,153,219); }
div.DivClassName
{
background-color: #C799DB;
}
.BgClassName
{
background-color: #C799DB;
}
</style>
border-color css
<style>
span { border-color: #C799DB; }
span { border-color: rgb(199,153,219); }
td.TdClassName
{
border-color: #C799DB;
}
.TagClassName
{
border-color: #C799DB;
}
</style>