Shades of Wisteria #C6A0E3
Tints of Wisteria #C6A0E3
RGB
CMYK
RGB Variations
Color information
#C6A0E3 (or 0xC6A0E3) is known color: Wisteria. HEX triplet: C6, A0 and E3. RGB value is (198,160,227). Sum of RGB (Red+Green+Blue) = 198+160+227=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 227 - color contains mainly: blue. Hex color #C6A0E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A0E3 is #395F1C. Grayscale: #B2B2B2. Windows color (decimal): -3759901 or 14917830. OLE color: 14917830.
HSL color Cylindrical-coordinate representation of color #C6A0E3: hue angle of 274.03º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6A0E3 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 160 | 227 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.11 |
| HSL | 274.03º | 0.54% | 0.76% | - |
| HSV(B) | 274.03º | 0.3% | 0.89% | - |
| XYZ | 49.72 | 42.69 | 78.29 | - |
| YUV | 179 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 227 | 0.13 | 0.30 | 0 | 0.11 | 274.03 | 0.54 | 0.76 |
| Hex | C6 | A0 | E3 | D | 1E | 0 | B | 112 | 36 | 4C |
| Octal | 306 | 240 | 343 | 15 | 36 | 0 | 13 | 422 | 66 | 114 |
| Binary | 11000110 | 10100000 | 11100011 | 1101 | 11110 | 0 | 1011 | 100010010 | 110110 | 1001100 |
Color Harmonies of #C6A0E3
Complementary color
Monochromatic Colors of #C6A0E3
Black with #C6A0E3
Text Example
Text Example
White with #C6A0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A0E3; }
p { color: rgb(198,160,227); }
H1.HeaderClassName
{
color: #C6A0E3;
}
.AnyTagClassName
{
color: #C6A0E3;
}
</style>
background-color css
<style>
a { background-color: #C6A0E3; }
a { background-color: rgb(198,160,227); }
div.DivClassName
{
background-color: #C6A0E3;
}
.BgClassName
{
background-color: #C6A0E3;
}
</style>
border-color css
<style>
span { border-color: #C6A0E3; }
span { border-color: rgb(198,160,227); }
td.TdClassName
{
border-color: #C6A0E3;
}
.TagClassName
{
border-color: #C6A0E3;
}
</style>