Shades of Wisteria #C6A0D0
Tints of Wisteria #C6A0D0
RGB
CMYK
RGB Variations
Color information
#C6A0D0 (or 0xC6A0D0) is known color: Wisteria. HEX triplet: C6, A0 and D0. RGB value is (198,160,208). Sum of RGB (Red+Green+Blue) = 198+160+208=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6A0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A0D0 is #395F2F. Grayscale: #B0B0B0. Windows color (decimal): -3759920 or 13672646. OLE color: 13672646.
HSL color Cylindrical-coordinate representation of color #C6A0D0: hue angle of 287.5º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6A0D0 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 160 | 208 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.18 |
| HSL | 287.5º | 0.34% | 0.72% | - |
| HSV(B) | 287.5º | 0.23% | 0.82% | - |
| XYZ | 47.24 | 41.7 | 65.23 | - |
| YUV | 176.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 208 | 0.05 | 0.23 | 0 | 0.18 | 287.5 | 0.34 | 0.72 |
| Hex | C6 | A0 | D0 | 5 | 17 | 0 | 12 | 120 | 22 | 48 |
| Octal | 306 | 240 | 320 | 5 | 27 | 0 | 22 | 440 | 42 | 110 |
| Binary | 11000110 | 10100000 | 11010000 | 101 | 10111 | 0 | 10010 | 100100000 | 100010 | 1001000 |
Color Harmonies of #C6A0D0
Complementary color
Monochromatic Colors of #C6A0D0
Black with #C6A0D0
Text Example
Text Example
White with #C6A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A0D0; }
p { color: rgb(198,160,208); }
H1.HeaderClassName
{
color: #C6A0D0;
}
.AnyTagClassName
{
color: #C6A0D0;
}
</style>
background-color css
<style>
a { background-color: #C6A0D0; }
a { background-color: rgb(198,160,208); }
div.DivClassName
{
background-color: #C6A0D0;
}
.BgClassName
{
background-color: #C6A0D0;
}
</style>
border-color css
<style>
span { border-color: #C6A0D0; }
span { border-color: rgb(198,160,208); }
td.TdClassName
{
border-color: #C6A0D0;
}
.TagClassName
{
border-color: #C6A0D0;
}
</style>