Shades of Wisteria #CFA6EC
Tints of Wisteria #CFA6EC
RGB
CMYK
RGB Variations
Color information
#CFA6EC (or 0xCFA6EC) is known color: Wisteria. HEX triplet: CF, A6 and EC. RGB value is (207,166,236). Sum of RGB (Red+Green+Blue) = 207+166+236=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6EC is #305913. Grayscale: #BABABA. Windows color (decimal): -3168532 or 15509199. OLE color: 15509199.
HSL color Cylindrical-coordinate representation of color #CFA6EC: hue angle of 275.14º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA6EC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 166 | 236 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.07 |
| HSL | 275.14º | 0.65% | 0.79% | - |
| HSV(B) | 275.14º | 0.3% | 0.93% | - |
| XYZ | 54.51 | 46.59 | 85.48 | - |
| YUV | 186.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 236 | 0.12 | 0.30 | 0 | 0.07 | 275.14 | 0.65 | 0.79 |
| Hex | CF | A6 | EC | C | 1E | 0 | 7 | 113 | 41 | 4F |
| Octal | 317 | 246 | 354 | 14 | 36 | 0 | 7 | 423 | 101 | 117 |
| Binary | 11001111 | 10100110 | 11101100 | 1100 | 11110 | 0 | 111 | 100010011 | 1000001 | 1001111 |
Color Harmonies of #CFA6EC
Complementary color
Monochromatic Colors of #CFA6EC
Black with #CFA6EC
Text Example
Text Example
White with #CFA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6EC; }
p { color: rgb(207,166,236); }
H1.HeaderClassName
{
color: #CFA6EC;
}
.AnyTagClassName
{
color: #CFA6EC;
}
</style>
background-color css
<style>
a { background-color: #CFA6EC; }
a { background-color: rgb(207,166,236); }
div.DivClassName
{
background-color: #CFA6EC;
}
.BgClassName
{
background-color: #CFA6EC;
}
</style>
border-color css
<style>
span { border-color: #CFA6EC; }
span { border-color: rgb(207,166,236); }
td.TdClassName
{
border-color: #CFA6EC;
}
.TagClassName
{
border-color: #CFA6EC;
}
</style>