Shades of Wisteria #CFA8D9
Tints of Wisteria #CFA8D9
RGB
CMYK
RGB Variations
Color information
#CFA8D9 (or 0xCFA8D9) is known color: Wisteria. HEX triplet: CF, A8 and D9. RGB value is (207,168,217). Sum of RGB (Red+Green+Blue) = 207+168+217=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFA8D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8D9 is #305726. Grayscale: #B9B9B9. Windows color (decimal): -3168039 or 14264527. OLE color: 14264527.
HSL color Cylindrical-coordinate representation of color #CFA8D9: hue angle of 287.76º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA8D9 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 168 | 217 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.15 |
| HSL | 287.76º | 0.39% | 0.75% | - |
| HSV(B) | 287.76º | 0.23% | 0.85% | - |
| XYZ | 52.26 | 46.28 | 71.82 | - |
| YUV | 185.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 217 | 0.05 | 0.23 | 0 | 0.15 | 287.76 | 0.39 | 0.75 |
| Hex | CF | A8 | D9 | 5 | 17 | 0 | F | 120 | 27 | 4B |
| Octal | 317 | 250 | 331 | 5 | 27 | 0 | 17 | 440 | 47 | 113 |
| Binary | 11001111 | 10101000 | 11011001 | 101 | 10111 | 0 | 1111 | 100100000 | 100111 | 1001011 |
Color Harmonies of #CFA8D9
Complementary color
Monochromatic Colors of #CFA8D9
Black with #CFA8D9
Text Example
Text Example
White with #CFA8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8D9; }
p { color: rgb(207,168,217); }
H1.HeaderClassName
{
color: #CFA8D9;
}
.AnyTagClassName
{
color: #CFA8D9;
}
</style>
background-color css
<style>
a { background-color: #CFA8D9; }
a { background-color: rgb(207,168,217); }
div.DivClassName
{
background-color: #CFA8D9;
}
.BgClassName
{
background-color: #CFA8D9;
}
</style>
border-color css
<style>
span { border-color: #CFA8D9; }
span { border-color: rgb(207,168,217); }
td.TdClassName
{
border-color: #CFA8D9;
}
.TagClassName
{
border-color: #CFA8D9;
}
</style>