Shades of Wisteria #C6A0DE
Tints of Wisteria #C6A0DE
RGB
CMYK
RGB Variations
Color information
#C6A0DE (or 0xC6A0DE) is known color: Wisteria. HEX triplet: C6, A0 and DE. RGB value is (198,160,222). Sum of RGB (Red+Green+Blue) = 198+160+222=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6A0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A0DE is #395F21. Grayscale: #B2B2B2. Windows color (decimal): -3759906 or 14590150. OLE color: 14590150.
HSL color Cylindrical-coordinate representation of color #C6A0DE: hue angle of 276.77º degrees, saturation: 0.48, 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 #C6A0DE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 160 | 222 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.13 |
| HSL | 276.77º | 0.48% | 0.75% | - |
| HSV(B) | 276.77º | 0.28% | 0.87% | - |
| XYZ | 49.04 | 42.42 | 74.71 | - |
| YUV | 178.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 222 | 0.11 | 0.28 | 0 | 0.13 | 276.77 | 0.48 | 0.75 |
| Hex | C6 | A0 | DE | B | 1C | 0 | D | 115 | 30 | 4B |
| Octal | 306 | 240 | 336 | 13 | 34 | 0 | 15 | 425 | 60 | 113 |
| Binary | 11000110 | 10100000 | 11011110 | 1011 | 11100 | 0 | 1101 | 100010101 | 110000 | 1001011 |
Color Harmonies of #C6A0DE
Complementary color
Monochromatic Colors of #C6A0DE
Black with #C6A0DE
Text Example
Text Example
White with #C6A0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A0DE; }
p { color: rgb(198,160,222); }
H1.HeaderClassName
{
color: #C6A0DE;
}
.AnyTagClassName
{
color: #C6A0DE;
}
</style>
background-color css
<style>
a { background-color: #C6A0DE; }
a { background-color: rgb(198,160,222); }
div.DivClassName
{
background-color: #C6A0DE;
}
.BgClassName
{
background-color: #C6A0DE;
}
</style>
border-color css
<style>
span { border-color: #C6A0DE; }
span { border-color: rgb(198,160,222); }
td.TdClassName
{
border-color: #C6A0DE;
}
.TagClassName
{
border-color: #C6A0DE;
}
</style>