Shades of Wisteria #C496DC
Tints of Wisteria #C496DC
RGB
CMYK
RGB Variations
Color information
#C496DC (or 0xC496DC) is known color: Wisteria. HEX triplet: C4, 96 and DC. RGB value is (196,150,220). Sum of RGB (Red+Green+Blue) = 196+150+220=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #C496DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496DC is #3B6923. Grayscale: #ABABAB. Windows color (decimal): -3893540 or 14456516. OLE color: 14456516.
HSL color Cylindrical-coordinate representation of color #C496DC: hue angle of 279.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C496DC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 150 | 220 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.14 |
| HSL | 279.43º | 0.5% | 0.73% | - |
| HSV(B) | 279.43º | 0.32% | 0.86% | - |
| XYZ | 46.59 | 38.72 | 72.73 | - |
| YUV | 171.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 220 | 0.11 | 0.32 | 0 | 0.14 | 279.43 | 0.5 | 0.73 |
| Hex | C4 | 96 | DC | B | 20 | 0 | E | 117 | 32 | 49 |
| Octal | 304 | 226 | 334 | 13 | 40 | 0 | 16 | 427 | 62 | 111 |
| Binary | 11000100 | 10010110 | 11011100 | 1011 | 100000 | 0 | 1110 | 100010111 | 110010 | 1001001 |
Color Harmonies of #C496DC
Complementary color
Monochromatic Colors of #C496DC
Black with #C496DC
Text Example
Text Example
White with #C496DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496DC; }
p { color: rgb(196,150,220); }
H1.HeaderClassName
{
color: #C496DC;
}
.AnyTagClassName
{
color: #C496DC;
}
</style>
background-color css
<style>
a { background-color: #C496DC; }
a { background-color: rgb(196,150,220); }
div.DivClassName
{
background-color: #C496DC;
}
.BgClassName
{
background-color: #C496DC;
}
</style>
border-color css
<style>
span { border-color: #C496DC; }
span { border-color: rgb(196,150,220); }
td.TdClassName
{
border-color: #C496DC;
}
.TagClassName
{
border-color: #C496DC;
}
</style>