Shades of Wisteria #C497DB
Tints of Wisteria #C497DB
RGB
CMYK
RGB Variations
Color information
#C497DB (or 0xC497DB) is known color: Wisteria. HEX triplet: C4, 97 and DB. RGB value is (196,151,219). Sum of RGB (Red+Green+Blue) = 196+151+219=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 151 (59.38% from 255 or 26.68% 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 #C497DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497DB is #3B6824. Grayscale: #ABABAB. Windows color (decimal): -3893285 or 14391236. OLE color: 14391236.
HSL color Cylindrical-coordinate representation of color #C497DB: hue angle of 279.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C497DB is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 151 | 219 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.14 |
| HSL | 279.71º | 0.49% | 0.73% | - |
| HSV(B) | 279.71º | 0.31% | 0.86% | - |
| XYZ | 46.62 | 38.98 | 72.09 | - |
| YUV | 172.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 219 | 0.11 | 0.31 | 0 | 0.14 | 279.71 | 0.49 | 0.73 |
| Hex | C4 | 97 | DB | B | 1F | 0 | E | 118 | 31 | 49 |
| Octal | 304 | 227 | 333 | 13 | 37 | 0 | 16 | 430 | 61 | 111 |
| Binary | 11000100 | 10010111 | 11011011 | 1011 | 11111 | 0 | 1110 | 100011000 | 110001 | 1001001 |
Color Harmonies of #C497DB
Complementary color
Monochromatic Colors of #C497DB
Black with #C497DB
Text Example
Text Example
White with #C497DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C497DB; }
p { color: rgb(196,151,219); }
H1.HeaderClassName
{
color: #C497DB;
}
.AnyTagClassName
{
color: #C497DB;
}
</style>
background-color css
<style>
a { background-color: #C497DB; }
a { background-color: rgb(196,151,219); }
div.DivClassName
{
background-color: #C497DB;
}
.BgClassName
{
background-color: #C497DB;
}
</style>
border-color css
<style>
span { border-color: #C497DB; }
span { border-color: rgb(196,151,219); }
td.TdClassName
{
border-color: #C497DB;
}
.TagClassName
{
border-color: #C497DB;
}
</style>