Shades of Wisteria #CFA1DF
Tints of Wisteria #CFA1DF
RGB
CMYK
RGB Variations
Color information
#CFA1DF (or 0xCFA1DF) is known color: Wisteria. HEX triplet: CF, A1 and DF. RGB value is (207,161,223). Sum of RGB (Red+Green+Blue) = 207+161+223=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1DF is #305E20. Grayscale: #B5B5B5. Windows color (decimal): -3169825 or 14655951. OLE color: 14655951.
HSL color Cylindrical-coordinate representation of color #CFA1DF: hue angle of 284.52º 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 #CFA1DF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 161 | 223 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.13 |
| HSL | 284.52º | 0.49% | 0.75% | - |
| HSV(B) | 284.52º | 0.28% | 0.87% | - |
| XYZ | 51.8 | 44.08 | 75.59 | - |
| YUV | 181.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 223 | 0.07 | 0.28 | 0 | 0.13 | 284.52 | 0.49 | 0.75 |
| Hex | CF | A1 | DF | 7 | 1C | 0 | D | 11D | 31 | 4B |
| Octal | 317 | 241 | 337 | 7 | 34 | 0 | 15 | 435 | 61 | 113 |
| Binary | 11001111 | 10100001 | 11011111 | 111 | 11100 | 0 | 1101 | 100011101 | 110001 | 1001011 |
Color Harmonies of #CFA1DF
Complementary color
Monochromatic Colors of #CFA1DF
Black with #CFA1DF
Text Example
Text Example
White with #CFA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1DF; }
p { color: rgb(207,161,223); }
H1.HeaderClassName
{
color: #CFA1DF;
}
.AnyTagClassName
{
color: #CFA1DF;
}
</style>
background-color css
<style>
a { background-color: #CFA1DF; }
a { background-color: rgb(207,161,223); }
div.DivClassName
{
background-color: #CFA1DF;
}
.BgClassName
{
background-color: #CFA1DF;
}
</style>
border-color css
<style>
span { border-color: #CFA1DF; }
span { border-color: rgb(207,161,223); }
td.TdClassName
{
border-color: #CFA1DF;
}
.TagClassName
{
border-color: #CFA1DF;
}
</style>