Shades of Wisteria #C496D1
Tints of Wisteria #C496D1
RGB
CMYK
RGB Variations
Color information
#C496D1 (or 0xC496D1) is known color: Wisteria. HEX triplet: C4, 96 and D1. RGB value is (196,150,209). Sum of RGB (Red+Green+Blue) = 196+150+209=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 209 - color contains mainly: blue. Hex color #C496D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496D1 is #3B692E. Grayscale: #AAAAAA. Windows color (decimal): -3893551 or 13735620. OLE color: 13735620.
HSL color Cylindrical-coordinate representation of color #C496D1: hue angle of 286.78º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C496D1 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 150 | 209 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.18 |
| HSL | 286.78º | 0.39% | 0.7% | - |
| HSV(B) | 286.78º | 0.28% | 0.82% | - |
| XYZ | 45.18 | 38.15 | 65.3 | - |
| YUV | 170.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 209 | 0.06 | 0.28 | 0 | 0.18 | 286.78 | 0.39 | 0.7 |
| Hex | C4 | 96 | D1 | 6 | 1C | 0 | 12 | 11F | 27 | 46 |
| Octal | 304 | 226 | 321 | 6 | 34 | 0 | 22 | 437 | 47 | 106 |
| Binary | 11000100 | 10010110 | 11010001 | 110 | 11100 | 0 | 10010 | 100011111 | 100111 | 1000110 |
Color Harmonies of #C496D1
Complementary color
Monochromatic Colors of #C496D1
Black with #C496D1
Text Example
Text Example
White with #C496D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496D1; }
p { color: rgb(196,150,209); }
H1.HeaderClassName
{
color: #C496D1;
}
.AnyTagClassName
{
color: #C496D1;
}
</style>
background-color css
<style>
a { background-color: #C496D1; }
a { background-color: rgb(196,150,209); }
div.DivClassName
{
background-color: #C496D1;
}
.BgClassName
{
background-color: #C496D1;
}
</style>
border-color css
<style>
span { border-color: #C496D1; }
span { border-color: rgb(196,150,209); }
td.TdClassName
{
border-color: #C496D1;
}
.TagClassName
{
border-color: #C496D1;
}
</style>