Shades of Wisteria #C696DA
Tints of Wisteria #C696DA
RGB
CMYK
RGB Variations
Color information
#C696DA (or 0xC696DA) is known color: Wisteria. HEX triplet: C6, 96 and DA. RGB value is (198,150,218). Sum of RGB (Red+Green+Blue) = 198+150+218=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C696DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696DA is #396925. Grayscale: #ABABAB. Windows color (decimal): -3762470 or 14325446. OLE color: 14325446.
HSL color Cylindrical-coordinate representation of color #C696DA: hue angle of 282.35º degrees, saturation: 0.48, 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 #C696DA is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 150 | 218 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.15 |
| HSL | 282.35º | 0.48% | 0.72% | - |
| HSV(B) | 282.35º | 0.31% | 0.85% | - |
| XYZ | 46.85 | 38.88 | 71.37 | - |
| YUV | 172.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 218 | 0.09 | 0.31 | 0 | 0.15 | 282.35 | 0.48 | 0.72 |
| Hex | C6 | 96 | DA | 9 | 1F | 0 | F | 11A | 30 | 48 |
| Octal | 306 | 226 | 332 | 11 | 37 | 0 | 17 | 432 | 60 | 110 |
| Binary | 11000110 | 10010110 | 11011010 | 1001 | 11111 | 0 | 1111 | 100011010 | 110000 | 1001000 |
Color Harmonies of #C696DA
Complementary color
Monochromatic Colors of #C696DA
Black with #C696DA
Text Example
Text Example
White with #C696DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696DA; }
p { color: rgb(198,150,218); }
H1.HeaderClassName
{
color: #C696DA;
}
.AnyTagClassName
{
color: #C696DA;
}
</style>
background-color css
<style>
a { background-color: #C696DA; }
a { background-color: rgb(198,150,218); }
div.DivClassName
{
background-color: #C696DA;
}
.BgClassName
{
background-color: #C696DA;
}
</style>
border-color css
<style>
span { border-color: #C696DA; }
span { border-color: rgb(198,150,218); }
td.TdClassName
{
border-color: #C696DA;
}
.TagClassName
{
border-color: #C696DA;
}
</style>