Shades of Wisteria #C696E9
Tints of Wisteria #C696E9
RGB
CMYK
RGB Variations
Color information
#C696E9 (or 0xC696E9) is known color: Wisteria. HEX triplet: C6, 96 and E9. RGB value is (198,150,233). Sum of RGB (Red+Green+Blue) = 198+150+233=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #C696E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C696E9 is #396916. Grayscale: #ADADAD. Windows color (decimal): -3762455 or 15308486. OLE color: 15308486.
HSL color Cylindrical-coordinate representation of color #C696E9: hue angle of 274.7º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C696E9 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 150 | 233 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.09 |
| HSL | 274.7º | 0.65% | 0.75% | - |
| HSV(B) | 274.7º | 0.36% | 0.91% | - |
| XYZ | 48.9 | 39.7 | 82.18 | - |
| YUV | 173.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 233 | 0.15 | 0.36 | 0 | 0.09 | 274.7 | 0.65 | 0.75 |
| Hex | C6 | 96 | E9 | F | 24 | 0 | 9 | 113 | 41 | 4B |
| Octal | 306 | 226 | 351 | 17 | 44 | 0 | 11 | 423 | 101 | 113 |
| Binary | 11000110 | 10010110 | 11101001 | 1111 | 100100 | 0 | 1001 | 100010011 | 1000001 | 1001011 |
Color Harmonies of #C696E9
Complementary color
Monochromatic Colors of #C696E9
Black with #C696E9
Text Example
Text Example
White with #C696E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696E9; }
p { color: rgb(198,150,233); }
H1.HeaderClassName
{
color: #C696E9;
}
.AnyTagClassName
{
color: #C696E9;
}
</style>
background-color css
<style>
a { background-color: #C696E9; }
a { background-color: rgb(198,150,233); }
div.DivClassName
{
background-color: #C696E9;
}
.BgClassName
{
background-color: #C696E9;
}
</style>
border-color css
<style>
span { border-color: #C696E9; }
span { border-color: rgb(198,150,233); }
td.TdClassName
{
border-color: #C696E9;
}
.TagClassName
{
border-color: #C696E9;
}
</style>