Shades of Wisteria #CFA3DF
Tints of Wisteria #CFA3DF
RGB
CMYK
RGB Variations
Color information
#CFA3DF (or 0xCFA3DF) is known color: Wisteria. HEX triplet: CF, A3 and DF. RGB value is (207,163,223). Sum of RGB (Red+Green+Blue) = 207+163+223=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3DF is #305C20. Grayscale: #B6B6B6. Windows color (decimal): -3169313 or 14656463. OLE color: 14656463.
HSL color Cylindrical-coordinate representation of color #CFA3DF: hue angle of 284º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFA3DF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 163 | 223 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.13 |
| HSL | 284º | 0.48% | 0.76% | - |
| HSV(B) | 284º | 0.27% | 0.87% | - |
| XYZ | 52.15 | 44.79 | 75.71 | - |
| YUV | 183 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 223 | 0.07 | 0.27 | 0 | 0.13 | 284 | 0.48 | 0.76 |
| Hex | CF | A3 | DF | 7 | 1B | 0 | D | 11C | 30 | 4C |
| Octal | 317 | 243 | 337 | 7 | 33 | 0 | 15 | 434 | 60 | 114 |
| Binary | 11001111 | 10100011 | 11011111 | 111 | 11011 | 0 | 1101 | 100011100 | 110000 | 1001100 |
Color Harmonies of #CFA3DF
Complementary color
Monochromatic Colors of #CFA3DF
Black with #CFA3DF
Text Example
Text Example
White with #CFA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3DF; }
p { color: rgb(207,163,223); }
H1.HeaderClassName
{
color: #CFA3DF;
}
.AnyTagClassName
{
color: #CFA3DF;
}
</style>
background-color css
<style>
a { background-color: #CFA3DF; }
a { background-color: rgb(207,163,223); }
div.DivClassName
{
background-color: #CFA3DF;
}
.BgClassName
{
background-color: #CFA3DF;
}
</style>
border-color css
<style>
span { border-color: #CFA3DF; }
span { border-color: rgb(207,163,223); }
td.TdClassName
{
border-color: #CFA3DF;
}
.TagClassName
{
border-color: #CFA3DF;
}
</style>