Shades of Wisteria #CFA4DF
Tints of Wisteria #CFA4DF
RGB
CMYK
RGB Variations
Color information
#CFA4DF (or 0xCFA4DF) is known color: Wisteria. HEX triplet: CF, A4 and DF. RGB value is (207,164,223). Sum of RGB (Red+Green+Blue) = 207+164+223=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4DF is #305B20. Grayscale: #B7B7B7. Windows color (decimal): -3169057 or 14656719. OLE color: 14656719.
HSL color Cylindrical-coordinate representation of color #CFA4DF: hue angle of 283.73º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA4DF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 164 | 223 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.13 |
| HSL | 283.73º | 0.48% | 0.76% | - |
| HSV(B) | 283.73º | 0.26% | 0.87% | - |
| XYZ | 52.33 | 45.14 | 75.77 | - |
| YUV | 183.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 223 | 0.07 | 0.26 | 0 | 0.13 | 283.73 | 0.48 | 0.76 |
| Hex | CF | A4 | DF | 7 | 1A | 0 | D | 11C | 30 | 4C |
| Octal | 317 | 244 | 337 | 7 | 32 | 0 | 15 | 434 | 60 | 114 |
| Binary | 11001111 | 10100100 | 11011111 | 111 | 11010 | 0 | 1101 | 100011100 | 110000 | 1001100 |
Color Harmonies of #CFA4DF
Complementary color
Monochromatic Colors of #CFA4DF
Black with #CFA4DF
Text Example
Text Example
White with #CFA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4DF; }
p { color: rgb(207,164,223); }
H1.HeaderClassName
{
color: #CFA4DF;
}
.AnyTagClassName
{
color: #CFA4DF;
}
</style>
background-color css
<style>
a { background-color: #CFA4DF; }
a { background-color: rgb(207,164,223); }
div.DivClassName
{
background-color: #CFA4DF;
}
.BgClassName
{
background-color: #CFA4DF;
}
</style>
border-color css
<style>
span { border-color: #CFA4DF; }
span { border-color: rgb(207,164,223); }
td.TdClassName
{
border-color: #CFA4DF;
}
.TagClassName
{
border-color: #CFA4DF;
}
</style>