Shades of Wisteria #C9A1DF
Tints of Wisteria #C9A1DF
RGB
CMYK
RGB Variations
Color information
#C9A1DF (or 0xC9A1DF) is known color: Wisteria. HEX triplet: C9, A1 and DF. RGB value is (201,161,223). Sum of RGB (Red+Green+Blue) = 201+161+223=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A1DF is #365E20. Grayscale: #B3B3B3. Windows color (decimal): -3563041 or 14655945. OLE color: 14655945.
HSL color Cylindrical-coordinate representation of color #C9A1DF: hue angle of 278.71º 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 #C9A1DF is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 161 | 223 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.13 |
| HSL | 278.71º | 0.49% | 0.75% | - |
| HSV(B) | 278.71º | 0.28% | 0.87% | - |
| XYZ | 50.15 | 43.23 | 75.51 | - |
| YUV | 180.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 223 | 0.10 | 0.28 | 0 | 0.13 | 278.71 | 0.49 | 0.75 |
| Hex | C9 | A1 | DF | A | 1C | 0 | D | 117 | 31 | 4B |
| Octal | 311 | 241 | 337 | 12 | 34 | 0 | 15 | 427 | 61 | 113 |
| Binary | 11001001 | 10100001 | 11011111 | 1010 | 11100 | 0 | 1101 | 100010111 | 110001 | 1001011 |
Color Harmonies of #C9A1DF
Complementary color
Monochromatic Colors of #C9A1DF
Black with #C9A1DF
Text Example
Text Example
White with #C9A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A1DF; }
p { color: rgb(201,161,223); }
H1.HeaderClassName
{
color: #C9A1DF;
}
.AnyTagClassName
{
color: #C9A1DF;
}
</style>
background-color css
<style>
a { background-color: #C9A1DF; }
a { background-color: rgb(201,161,223); }
div.DivClassName
{
background-color: #C9A1DF;
}
.BgClassName
{
background-color: #C9A1DF;
}
</style>
border-color css
<style>
span { border-color: #C9A1DF; }
span { border-color: rgb(201,161,223); }
td.TdClassName
{
border-color: #C9A1DF;
}
.TagClassName
{
border-color: #C9A1DF;
}
</style>