Shades of Wisteria #C6A0DF
Tints of Wisteria #C6A0DF
RGB
CMYK
RGB Variations
Color information
#C6A0DF (or 0xC6A0DF) is known color: Wisteria. HEX triplet: C6, A0 and DF. RGB value is (198,160,223). Sum of RGB (Red+Green+Blue) = 198+160+223=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6A0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A0DF is #395F20. Grayscale: #B2B2B2. Windows color (decimal): -3759905 or 14655686. OLE color: 14655686.
HSL color Cylindrical-coordinate representation of color #C6A0DF: hue angle of 276.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6A0DF is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 160 | 223 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.13 |
| HSL | 276.19º | 0.5% | 0.75% | - |
| HSV(B) | 276.19º | 0.28% | 0.87% | - |
| XYZ | 49.18 | 42.48 | 75.42 | - |
| YUV | 178.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 223 | 0.11 | 0.28 | 0 | 0.13 | 276.19 | 0.5 | 0.75 |
| Hex | C6 | A0 | DF | B | 1C | 0 | D | 114 | 32 | 4B |
| Octal | 306 | 240 | 337 | 13 | 34 | 0 | 15 | 424 | 62 | 113 |
| Binary | 11000110 | 10100000 | 11011111 | 1011 | 11100 | 0 | 1101 | 100010100 | 110010 | 1001011 |
Color Harmonies of #C6A0DF
Complementary color
Monochromatic Colors of #C6A0DF
Black with #C6A0DF
Text Example
Text Example
White with #C6A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A0DF; }
p { color: rgb(198,160,223); }
H1.HeaderClassName
{
color: #C6A0DF;
}
.AnyTagClassName
{
color: #C6A0DF;
}
</style>
background-color css
<style>
a { background-color: #C6A0DF; }
a { background-color: rgb(198,160,223); }
div.DivClassName
{
background-color: #C6A0DF;
}
.BgClassName
{
background-color: #C6A0DF;
}
</style>
border-color css
<style>
span { border-color: #C6A0DF; }
span { border-color: rgb(198,160,223); }
td.TdClassName
{
border-color: #C6A0DF;
}
.TagClassName
{
border-color: #C6A0DF;
}
</style>