Shades of Wisteria #C699D9
Tints of Wisteria #C699D9
RGB
CMYK
RGB Variations
Color information
#C699D9 (or 0xC699D9) is known color: Wisteria. HEX triplet: C6, 99 and D9. RGB value is (198,153,217). Sum of RGB (Red+Green+Blue) = 198+153+217=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #C699D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699D9 is #396626. Grayscale: #ADADAD. Windows color (decimal): -3761703 or 14260678. OLE color: 14260678.
HSL color Cylindrical-coordinate representation of color #C699D9: hue angle of 282.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C699D9 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 153 | 217 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.15 |
| HSL | 282.19º | 0.46% | 0.73% | - |
| HSV(B) | 282.19º | 0.29% | 0.85% | - |
| XYZ | 47.2 | 39.8 | 70.84 | - |
| YUV | 173.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 217 | 0.09 | 0.29 | 0 | 0.15 | 282.19 | 0.46 | 0.73 |
| Hex | C6 | 99 | D9 | 9 | 1D | 0 | F | 11A | 2E | 49 |
| Octal | 306 | 231 | 331 | 11 | 35 | 0 | 17 | 432 | 56 | 111 |
| Binary | 11000110 | 10011001 | 11011001 | 1001 | 11101 | 0 | 1111 | 100011010 | 101110 | 1001001 |
Color Harmonies of #C699D9
Complementary color
Monochromatic Colors of #C699D9
Black with #C699D9
Text Example
Text Example
White with #C699D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699D9; }
p { color: rgb(198,153,217); }
H1.HeaderClassName
{
color: #C699D9;
}
.AnyTagClassName
{
color: #C699D9;
}
</style>
background-color css
<style>
a { background-color: #C699D9; }
a { background-color: rgb(198,153,217); }
div.DivClassName
{
background-color: #C699D9;
}
.BgClassName
{
background-color: #C699D9;
}
</style>
border-color css
<style>
span { border-color: #C699D9; }
span { border-color: rgb(198,153,217); }
td.TdClassName
{
border-color: #C699D9;
}
.TagClassName
{
border-color: #C699D9;
}
</style>