Shades of Wisteria #C599DB
Tints of Wisteria #C599DB
RGB
CMYK
RGB Variations
Color information
#C599DB (or 0xC599DB) is known color: Wisteria. HEX triplet: C5, 99 and DB. RGB value is (197,153,219). Sum of RGB (Red+Green+Blue) = 197+153+219=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #C599DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C599DB is #3A6624. Grayscale: #ADADAD. Windows color (decimal): -3827237 or 14391749. OLE color: 14391749.
HSL color Cylindrical-coordinate representation of color #C599DB: hue angle of 280º 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 #C599DB is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 153 | 219 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.14 |
| HSL | 280º | 0.48% | 0.73% | - |
| HSV(B) | 280º | 0.3% | 0.86% | - |
| XYZ | 47.2 | 39.77 | 72.21 | - |
| YUV | 173.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 219 | 0.10 | 0.30 | 0 | 0.14 | 280 | 0.48 | 0.73 |
| Hex | C5 | 99 | DB | A | 1E | 0 | E | 118 | 30 | 49 |
| Octal | 305 | 231 | 333 | 12 | 36 | 0 | 16 | 430 | 60 | 111 |
| Binary | 11000101 | 10011001 | 11011011 | 1010 | 11110 | 0 | 1110 | 100011000 | 110000 | 1001001 |
Color Harmonies of #C599DB
Complementary color
Monochromatic Colors of #C599DB
Black with #C599DB
Text Example
Text Example
White with #C599DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599DB; }
p { color: rgb(197,153,219); }
H1.HeaderClassName
{
color: #C599DB;
}
.AnyTagClassName
{
color: #C599DB;
}
</style>
background-color css
<style>
a { background-color: #C599DB; }
a { background-color: rgb(197,153,219); }
div.DivClassName
{
background-color: #C599DB;
}
.BgClassName
{
background-color: #C599DB;
}
</style>
border-color css
<style>
span { border-color: #C599DB; }
span { border-color: rgb(197,153,219); }
td.TdClassName
{
border-color: #C599DB;
}
.TagClassName
{
border-color: #C599DB;
}
</style>