Shades of Wisteria #C696D0
Tints of Wisteria #C696D0
RGB
CMYK
RGB Variations
Color information
#C696D0 (or 0xC696D0) is known color: Wisteria. HEX triplet: C6, 96 and D0. RGB value is (198,150,208). Sum of RGB (Red+Green+Blue) = 198+150+208=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #C696D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696D0 is #39692F. Grayscale: #AAAAAA. Windows color (decimal): -3762480 or 13670086. OLE color: 13670086.
HSL color Cylindrical-coordinate representation of color #C696D0: hue angle of 289.66º degrees, saturation: 0.38, 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 #C696D0 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 150 | 208 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.18 |
| HSL | 289.66º | 0.38% | 0.7% | - |
| HSV(B) | 289.66º | 0.28% | 0.82% | - |
| XYZ | 45.58 | 38.37 | 64.68 | - |
| YUV | 170.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 208 | 0.05 | 0.28 | 0 | 0.18 | 289.66 | 0.38 | 0.7 |
| Hex | C6 | 96 | D0 | 5 | 1C | 0 | 12 | 122 | 26 | 46 |
| Octal | 306 | 226 | 320 | 5 | 34 | 0 | 22 | 442 | 46 | 106 |
| Binary | 11000110 | 10010110 | 11010000 | 101 | 11100 | 0 | 10010 | 100100010 | 100110 | 1000110 |
Color Harmonies of #C696D0
Complementary color
Monochromatic Colors of #C696D0
Black with #C696D0
Text Example
Text Example
White with #C696D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696D0; }
p { color: rgb(198,150,208); }
H1.HeaderClassName
{
color: #C696D0;
}
.AnyTagClassName
{
color: #C696D0;
}
</style>
background-color css
<style>
a { background-color: #C696D0; }
a { background-color: rgb(198,150,208); }
div.DivClassName
{
background-color: #C696D0;
}
.BgClassName
{
background-color: #C696D0;
}
</style>
border-color css
<style>
span { border-color: #C696D0; }
span { border-color: rgb(198,150,208); }
td.TdClassName
{
border-color: #C696D0;
}
.TagClassName
{
border-color: #C696D0;
}
</style>