Shades of Wisteria #CFA1D9
Tints of Wisteria #CFA1D9
RGB
CMYK
RGB Variations
Color information
#CFA1D9 (or 0xCFA1D9) is known color: Wisteria. HEX triplet: CF, A1 and D9. RGB value is (207,161,217). Sum of RGB (Red+Green+Blue) = 207+161+217=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFA1D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1D9 is #305E26. Grayscale: #B4B4B4. Windows color (decimal): -3169831 or 14262735. OLE color: 14262735.
HSL color Cylindrical-coordinate representation of color #CFA1D9: hue angle of 289.29º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA1D9 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 161 | 217 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.15 |
| HSL | 289.29º | 0.42% | 0.74% | - |
| HSV(B) | 289.29º | 0.26% | 0.85% | - |
| XYZ | 51 | 43.76 | 71.41 | - |
| YUV | 181.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 217 | 0.05 | 0.26 | 0 | 0.15 | 289.29 | 0.42 | 0.74 |
| Hex | CF | A1 | D9 | 5 | 1A | 0 | F | 121 | 2A | 4A |
| Octal | 317 | 241 | 331 | 5 | 32 | 0 | 17 | 441 | 52 | 112 |
| Binary | 11001111 | 10100001 | 11011001 | 101 | 11010 | 0 | 1111 | 100100001 | 101010 | 1001010 |
Color Harmonies of #CFA1D9
Complementary color
Monochromatic Colors of #CFA1D9
Black with #CFA1D9
Text Example
Text Example
White with #CFA1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1D9; }
p { color: rgb(207,161,217); }
H1.HeaderClassName
{
color: #CFA1D9;
}
.AnyTagClassName
{
color: #CFA1D9;
}
</style>
background-color css
<style>
a { background-color: #CFA1D9; }
a { background-color: rgb(207,161,217); }
div.DivClassName
{
background-color: #CFA1D9;
}
.BgClassName
{
background-color: #CFA1D9;
}
</style>
border-color css
<style>
span { border-color: #CFA1D9; }
span { border-color: rgb(207,161,217); }
td.TdClassName
{
border-color: #CFA1D9;
}
.TagClassName
{
border-color: #CFA1D9;
}
</style>