Shades of Wisteria #C696DF
Tints of Wisteria #C696DF
RGB
CMYK
RGB Variations
Color information
#C696DF (or 0xC696DF) is known color: Wisteria. HEX triplet: C6, 96 and DF. RGB value is (198,150,223). Sum of RGB (Red+Green+Blue) = 198+150+223=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #C696DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696DF is #396920. Grayscale: #ACACAC. Windows color (decimal): -3762465 or 14653126. OLE color: 14653126.
HSL color Cylindrical-coordinate representation of color #C696DF: hue angle of 279.45º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C696DF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 150 | 223 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.13 |
| HSL | 279.45º | 0.53% | 0.73% | - |
| HSV(B) | 279.45º | 0.33% | 0.87% | - |
| XYZ | 47.51 | 39.15 | 74.86 | - |
| YUV | 172.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 223 | 0.11 | 0.33 | 0 | 0.13 | 279.45 | 0.53 | 0.73 |
| Hex | C6 | 96 | DF | B | 21 | 0 | D | 117 | 35 | 49 |
| Octal | 306 | 226 | 337 | 13 | 41 | 0 | 15 | 427 | 65 | 111 |
| Binary | 11000110 | 10010110 | 11011111 | 1011 | 100001 | 0 | 1101 | 100010111 | 110101 | 1001001 |
Color Harmonies of #C696DF
Complementary color
Monochromatic Colors of #C696DF
Black with #C696DF
Text Example
Text Example
White with #C696DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696DF; }
p { color: rgb(198,150,223); }
H1.HeaderClassName
{
color: #C696DF;
}
.AnyTagClassName
{
color: #C696DF;
}
</style>
background-color css
<style>
a { background-color: #C696DF; }
a { background-color: rgb(198,150,223); }
div.DivClassName
{
background-color: #C696DF;
}
.BgClassName
{
background-color: #C696DF;
}
</style>
border-color css
<style>
span { border-color: #C696DF; }
span { border-color: rgb(198,150,223); }
td.TdClassName
{
border-color: #C696DF;
}
.TagClassName
{
border-color: #C696DF;
}
</style>