Shades of Wisteria #C6A1DF
Tints of Wisteria #C6A1DF
RGB
CMYK
RGB Variations
Color information
#C6A1DF (or 0xC6A1DF) is known color: Wisteria. HEX triplet: C6, A1 and DF. RGB value is (198,161,223). Sum of RGB (Red+Green+Blue) = 198+161+223=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1DF is #395E20. Grayscale: #B2B2B2. Windows color (decimal): -3759649 or 14655942. OLE color: 14655942.
HSL color Cylindrical-coordinate representation of color #C6A1DF: hue angle of 275.81º degrees, saturation: 0.49, 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 #C6A1DF is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 161 | 223 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.13 |
| HSL | 275.81º | 0.49% | 0.75% | - |
| HSV(B) | 275.81º | 0.28% | 0.87% | - |
| XYZ | 49.35 | 42.82 | 75.48 | - |
| YUV | 179.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 161 | 223 | 0.11 | 0.28 | 0 | 0.13 | 275.81 | 0.49 | 0.75 |
| Hex | C6 | A1 | DF | B | 1C | 0 | D | 114 | 31 | 4B |
| Octal | 306 | 241 | 337 | 13 | 34 | 0 | 15 | 424 | 61 | 113 |
| Binary | 11000110 | 10100001 | 11011111 | 1011 | 11100 | 0 | 1101 | 100010100 | 110001 | 1001011 |
Color Harmonies of #C6A1DF
Complementary color
Monochromatic Colors of #C6A1DF
Black with #C6A1DF
Text Example
Text Example
White with #C6A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A1DF; }
p { color: rgb(198,161,223); }
H1.HeaderClassName
{
color: #C6A1DF;
}
.AnyTagClassName
{
color: #C6A1DF;
}
</style>
background-color css
<style>
a { background-color: #C6A1DF; }
a { background-color: rgb(198,161,223); }
div.DivClassName
{
background-color: #C6A1DF;
}
.BgClassName
{
background-color: #C6A1DF;
}
</style>
border-color css
<style>
span { border-color: #C6A1DF; }
span { border-color: rgb(198,161,223); }
td.TdClassName
{
border-color: #C6A1DF;
}
.TagClassName
{
border-color: #C6A1DF;
}
</style>