Shades of Wisteria #C696D9
Tints of Wisteria #C696D9
RGB
CMYK
RGB Variations
Color information
#C696D9 (or 0xC696D9) is known color: Wisteria. HEX triplet: C6, 96 and D9. RGB value is (198,150,217). Sum of RGB (Red+Green+Blue) = 198+150+217=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #C696D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696D9 is #396926. Grayscale: #ABABAB. Windows color (decimal): -3762471 or 14259910. OLE color: 14259910.
HSL color Cylindrical-coordinate representation of color #C696D9: hue angle of 282.99º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C696D9 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 150 | 217 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.15 |
| HSL | 282.99º | 0.47% | 0.72% | - |
| HSV(B) | 282.99º | 0.31% | 0.85% | - |
| XYZ | 46.72 | 38.83 | 70.68 | - |
| YUV | 171.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 217 | 0.09 | 0.31 | 0 | 0.15 | 282.99 | 0.47 | 0.72 |
| Hex | C6 | 96 | D9 | 9 | 1F | 0 | F | 11B | 2F | 48 |
| Octal | 306 | 226 | 331 | 11 | 37 | 0 | 17 | 433 | 57 | 110 |
| Binary | 11000110 | 10010110 | 11011001 | 1001 | 11111 | 0 | 1111 | 100011011 | 101111 | 1001000 |
Color Harmonies of #C696D9
Complementary color
Monochromatic Colors of #C696D9
Black with #C696D9
Text Example
Text Example
White with #C696D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696D9; }
p { color: rgb(198,150,217); }
H1.HeaderClassName
{
color: #C696D9;
}
.AnyTagClassName
{
color: #C696D9;
}
</style>
background-color css
<style>
a { background-color: #C696D9; }
a { background-color: rgb(198,150,217); }
div.DivClassName
{
background-color: #C696D9;
}
.BgClassName
{
background-color: #C696D9;
}
</style>
border-color css
<style>
span { border-color: #C696D9; }
span { border-color: rgb(198,150,217); }
td.TdClassName
{
border-color: #C696D9;
}
.TagClassName
{
border-color: #C696D9;
}
</style>