Shades of Wisteria #C69DD9
Tints of Wisteria #C69DD9
RGB
CMYK
RGB Variations
Color information
#C69DD9 (or 0xC69DD9) is known color: Wisteria. HEX triplet: C6, 9D and D9. RGB value is (198,157,217). Sum of RGB (Red+Green+Blue) = 198+157+217=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #C69DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DD9 is #396226. Grayscale: #AFAFAF. Windows color (decimal): -3760679 or 14261702. OLE color: 14261702.
HSL color Cylindrical-coordinate representation of color #C69DD9: hue angle of 281º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C69DD9 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 157 | 217 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.15 |
| HSL | 281º | 0.44% | 0.73% | - |
| HSV(B) | 281º | 0.28% | 0.85% | - |
| XYZ | 47.87 | 41.13 | 71.06 | - |
| YUV | 176.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 217 | 0.09 | 0.28 | 0 | 0.15 | 281 | 0.44 | 0.73 |
| Hex | C6 | 9D | D9 | 9 | 1C | 0 | F | 119 | 2C | 49 |
| Octal | 306 | 235 | 331 | 11 | 34 | 0 | 17 | 431 | 54 | 111 |
| Binary | 11000110 | 10011101 | 11011001 | 1001 | 11100 | 0 | 1111 | 100011001 | 101100 | 1001001 |
Color Harmonies of #C69DD9
Complementary color
Monochromatic Colors of #C69DD9
Black with #C69DD9
Text Example
Text Example
White with #C69DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DD9; }
p { color: rgb(198,157,217); }
H1.HeaderClassName
{
color: #C69DD9;
}
.AnyTagClassName
{
color: #C69DD9;
}
</style>
background-color css
<style>
a { background-color: #C69DD9; }
a { background-color: rgb(198,157,217); }
div.DivClassName
{
background-color: #C69DD9;
}
.BgClassName
{
background-color: #C69DD9;
}
</style>
border-color css
<style>
span { border-color: #C69DD9; }
span { border-color: rgb(198,157,217); }
td.TdClassName
{
border-color: #C69DD9;
}
.TagClassName
{
border-color: #C69DD9;
}
</style>