Shades of Wisteria #C496DD
Tints of Wisteria #C496DD
RGB
CMYK
RGB Variations
Color information
#C496DD (or 0xC496DD) is known color: Wisteria. HEX triplet: C4, 96 and DD. RGB value is (196,150,221). Sum of RGB (Red+Green+Blue) = 196+150+221=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C496DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496DD is #3B6922. Grayscale: #ABABAB. Windows color (decimal): -3893539 or 14522052. OLE color: 14522052.
HSL color Cylindrical-coordinate representation of color #C496DD: hue angle of 278.87º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C496DD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 150 | 221 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.13 |
| HSL | 278.87º | 0.51% | 0.73% | - |
| HSV(B) | 278.87º | 0.32% | 0.87% | - |
| XYZ | 46.72 | 38.77 | 73.43 | - |
| YUV | 171.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 221 | 0.11 | 0.32 | 0 | 0.13 | 278.87 | 0.51 | 0.73 |
| Hex | C4 | 96 | DD | B | 20 | 0 | D | 117 | 33 | 49 |
| Octal | 304 | 226 | 335 | 13 | 40 | 0 | 15 | 427 | 63 | 111 |
| Binary | 11000100 | 10010110 | 11011101 | 1011 | 100000 | 0 | 1101 | 100010111 | 110011 | 1001001 |
Color Harmonies of #C496DD
Complementary color
Monochromatic Colors of #C496DD
Black with #C496DD
Text Example
Text Example
White with #C496DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496DD; }
p { color: rgb(196,150,221); }
H1.HeaderClassName
{
color: #C496DD;
}
.AnyTagClassName
{
color: #C496DD;
}
</style>
background-color css
<style>
a { background-color: #C496DD; }
a { background-color: rgb(196,150,221); }
div.DivClassName
{
background-color: #C496DD;
}
.BgClassName
{
background-color: #C496DD;
}
</style>
border-color css
<style>
span { border-color: #C496DD; }
span { border-color: rgb(196,150,221); }
td.TdClassName
{
border-color: #C496DD;
}
.TagClassName
{
border-color: #C496DD;
}
</style>