Shades of Wisteria #CFA9EC
Tints of Wisteria #CFA9EC
RGB
CMYK
RGB Variations
Color information
#CFA9EC (or 0xCFA9EC) is known color: Wisteria. HEX triplet: CF, A9 and EC. RGB value is (207,169,236). Sum of RGB (Red+Green+Blue) = 207+169+236=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA9EC is #305613. Grayscale: #BBBBBB. Windows color (decimal): -3167764 or 15509967. OLE color: 15509967.
HSL color Cylindrical-coordinate representation of color #CFA9EC: hue angle of 274.03º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFA9EC is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 169 | 236 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.07 |
| HSL | 274.03º | 0.64% | 0.79% | - |
| HSV(B) | 274.03º | 0.28% | 0.93% | - |
| XYZ | 55.06 | 47.7 | 85.66 | - |
| YUV | 188 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 236 | 0.12 | 0.28 | 0 | 0.07 | 274.03 | 0.64 | 0.79 |
| Hex | CF | A9 | EC | C | 1C | 0 | 7 | 112 | 40 | 4F |
| Octal | 317 | 251 | 354 | 14 | 34 | 0 | 7 | 422 | 100 | 117 |
| Binary | 11001111 | 10101001 | 11101100 | 1100 | 11100 | 0 | 111 | 100010010 | 1000000 | 1001111 |
Color Harmonies of #CFA9EC
Complementary color
Monochromatic Colors of #CFA9EC
Black with #CFA9EC
Text Example
Text Example
White with #CFA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9EC; }
p { color: rgb(207,169,236); }
H1.HeaderClassName
{
color: #CFA9EC;
}
.AnyTagClassName
{
color: #CFA9EC;
}
</style>
background-color css
<style>
a { background-color: #CFA9EC; }
a { background-color: rgb(207,169,236); }
div.DivClassName
{
background-color: #CFA9EC;
}
.BgClassName
{
background-color: #CFA9EC;
}
</style>
border-color css
<style>
span { border-color: #CFA9EC; }
span { border-color: rgb(207,169,236); }
td.TdClassName
{
border-color: #CFA9EC;
}
.TagClassName
{
border-color: #CFA9EC;
}
</style>