Shades of Wisteria #C6A1DE
Tints of Wisteria #C6A1DE
RGB
CMYK
RGB Variations
Color information
#C6A1DE (or 0xC6A1DE) is known color: Wisteria. HEX triplet: C6, A1 and DE. RGB value is (198,161,222). Sum of RGB (Red+Green+Blue) = 198+161+222=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6A1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1DE is #395E21. Grayscale: #B2B2B2. Windows color (decimal): -3759650 or 14590406. OLE color: 14590406.
HSL color Cylindrical-coordinate representation of color #C6A1DE: hue angle of 276.39º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6A1DE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 161 | 222 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.13 |
| HSL | 276.39º | 0.48% | 0.75% | - |
| HSV(B) | 276.39º | 0.27% | 0.87% | - |
| XYZ | 49.22 | 42.77 | 74.77 | - |
| YUV | 179.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 161 | 222 | 0.11 | 0.27 | 0 | 0.13 | 276.39 | 0.48 | 0.75 |
| Hex | C6 | A1 | DE | B | 1B | 0 | D | 114 | 30 | 4B |
| Octal | 306 | 241 | 336 | 13 | 33 | 0 | 15 | 424 | 60 | 113 |
| Binary | 11000110 | 10100001 | 11011110 | 1011 | 11011 | 0 | 1101 | 100010100 | 110000 | 1001011 |
Color Harmonies of #C6A1DE
Complementary color
Monochromatic Colors of #C6A1DE
Black with #C6A1DE
Text Example
Text Example
White with #C6A1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A1DE; }
p { color: rgb(198,161,222); }
H1.HeaderClassName
{
color: #C6A1DE;
}
.AnyTagClassName
{
color: #C6A1DE;
}
</style>
background-color css
<style>
a { background-color: #C6A1DE; }
a { background-color: rgb(198,161,222); }
div.DivClassName
{
background-color: #C6A1DE;
}
.BgClassName
{
background-color: #C6A1DE;
}
</style>
border-color css
<style>
span { border-color: #C6A1DE; }
span { border-color: rgb(198,161,222); }
td.TdClassName
{
border-color: #C6A1DE;
}
.TagClassName
{
border-color: #C6A1DE;
}
</style>