Shades of Wisteria #C696DD
Tints of Wisteria #C696DD
RGB
CMYK
RGB Variations
Color information
#C696DD (or 0xC696DD) is known color: Wisteria. HEX triplet: C6, 96 and DD. RGB value is (198,150,221). Sum of RGB (Red+Green+Blue) = 198+150+221=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C696DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696DD is #396922. Grayscale: #ACACAC. Windows color (decimal): -3762467 or 14522054. OLE color: 14522054.
HSL color Cylindrical-coordinate representation of color #C696DD: hue angle of 280.56º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C696DD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 150 | 221 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.13 |
| HSL | 280.56º | 0.51% | 0.73% | - |
| HSV(B) | 280.56º | 0.32% | 0.87% | - |
| XYZ | 47.25 | 39.04 | 73.45 | - |
| YUV | 172.45 | 155.4 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 221 | 0.10 | 0.32 | 0 | 0.13 | 280.56 | 0.51 | 0.73 |
| Hex | C6 | 96 | DD | A | 20 | 0 | D | 119 | 33 | 49 |
| Octal | 306 | 226 | 335 | 12 | 40 | 0 | 15 | 431 | 63 | 111 |
| Binary | 11000110 | 10010110 | 11011101 | 1010 | 100000 | 0 | 1101 | 100011001 | 110011 | 1001001 |
Color Harmonies of #C696DD
Complementary color
Monochromatic Colors of #C696DD
Black with #C696DD
Text Example
Text Example
White with #C696DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696DD; }
p { color: rgb(198,150,221); }
H1.HeaderClassName
{
color: #C696DD;
}
.AnyTagClassName
{
color: #C696DD;
}
</style>
background-color css
<style>
a { background-color: #C696DD; }
a { background-color: rgb(198,150,221); }
div.DivClassName
{
background-color: #C696DD;
}
.BgClassName
{
background-color: #C696DD;
}
</style>
border-color css
<style>
span { border-color: #C696DD; }
span { border-color: rgb(198,150,221); }
td.TdClassName
{
border-color: #C696DD;
}
.TagClassName
{
border-color: #C696DD;
}
</style>