Shades of Wisteria #CFA0DF
Tints of Wisteria #CFA0DF
RGB
CMYK
RGB Variations
Color information
#CFA0DF (or 0xCFA0DF) is known color: Wisteria. HEX triplet: CF, A0 and DF. RGB value is (207,160,223). Sum of RGB (Red+Green+Blue) = 207+160+223=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0DF is #305F20. Grayscale: #B5B5B5. Windows color (decimal): -3170081 or 14655695. OLE color: 14655695.
HSL color Cylindrical-coordinate representation of color #CFA0DF: hue angle of 284.76º degrees, saturation: 0.5, 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 #CFA0DF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 160 | 223 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.13 |
| HSL | 284.76º | 0.5% | 0.75% | - |
| HSV(B) | 284.76º | 0.28% | 0.87% | - |
| XYZ | 51.62 | 43.73 | 75.53 | - |
| YUV | 181.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 223 | 0.07 | 0.28 | 0 | 0.13 | 284.76 | 0.5 | 0.75 |
| Hex | CF | A0 | DF | 7 | 1C | 0 | D | 11D | 32 | 4B |
| Octal | 317 | 240 | 337 | 7 | 34 | 0 | 15 | 435 | 62 | 113 |
| Binary | 11001111 | 10100000 | 11011111 | 111 | 11100 | 0 | 1101 | 100011101 | 110010 | 1001011 |
Color Harmonies of #CFA0DF
Complementary color
Monochromatic Colors of #CFA0DF
Black with #CFA0DF
Text Example
Text Example
White with #CFA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0DF; }
p { color: rgb(207,160,223); }
H1.HeaderClassName
{
color: #CFA0DF;
}
.AnyTagClassName
{
color: #CFA0DF;
}
</style>
background-color css
<style>
a { background-color: #CFA0DF; }
a { background-color: rgb(207,160,223); }
div.DivClassName
{
background-color: #CFA0DF;
}
.BgClassName
{
background-color: #CFA0DF;
}
</style>
border-color css
<style>
span { border-color: #CFA0DF; }
span { border-color: rgb(207,160,223); }
td.TdClassName
{
border-color: #CFA0DF;
}
.TagClassName
{
border-color: #CFA0DF;
}
</style>