Shades of Wisteria #C696D4
Tints of Wisteria #C696D4
RGB
CMYK
RGB Variations
Color information
#C696D4 (or 0xC696D4) is known color: Wisteria. HEX triplet: C6, 96 and D4. RGB value is (198,150,212). Sum of RGB (Red+Green+Blue) = 198+150+212=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #C696D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696D4 is #39692B. Grayscale: #ABABAB. Windows color (decimal): -3762476 or 13932230. OLE color: 13932230.
HSL color Cylindrical-coordinate representation of color #C696D4: hue angle of 286.45º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C696D4 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 150 | 212 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.17 |
| HSL | 286.45º | 0.42% | 0.71% | - |
| HSV(B) | 286.45º | 0.29% | 0.83% | - |
| XYZ | 46.08 | 38.57 | 67.3 | - |
| YUV | 171.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 212 | 0.07 | 0.29 | 0 | 0.17 | 286.45 | 0.42 | 0.71 |
| Hex | C6 | 96 | D4 | 7 | 1D | 0 | 11 | 11E | 2A | 47 |
| Octal | 306 | 226 | 324 | 7 | 35 | 0 | 21 | 436 | 52 | 107 |
| Binary | 11000110 | 10010110 | 11010100 | 111 | 11101 | 0 | 10001 | 100011110 | 101010 | 1000111 |
Color Harmonies of #C696D4
Complementary color
Monochromatic Colors of #C696D4
Black with #C696D4
Text Example
Text Example
White with #C696D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696D4; }
p { color: rgb(198,150,212); }
H1.HeaderClassName
{
color: #C696D4;
}
.AnyTagClassName
{
color: #C696D4;
}
</style>
background-color css
<style>
a { background-color: #C696D4; }
a { background-color: rgb(198,150,212); }
div.DivClassName
{
background-color: #C696D4;
}
.BgClassName
{
background-color: #C696D4;
}
</style>
border-color css
<style>
span { border-color: #C696D4; }
span { border-color: rgb(198,150,212); }
td.TdClassName
{
border-color: #C696D4;
}
.TagClassName
{
border-color: #C696D4;
}
</style>