Shades of Wisteria #CFA0EC
Tints of Wisteria #CFA0EC
RGB
CMYK
RGB Variations
Color information
#CFA0EC (or 0xCFA0EC) is known color: Wisteria. HEX triplet: CF, A0 and EC. RGB value is (207,160,236). Sum of RGB (Red+Green+Blue) = 207+160+236=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFA0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA0EC is #305F13. Grayscale: #B6B6B6. Windows color (decimal): -3170068 or 15507663. OLE color: 15507663.
HSL color Cylindrical-coordinate representation of color #CFA0EC: hue angle of 277.11º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA0EC is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 160 | 236 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.07 |
| HSL | 277.11º | 0.67% | 0.78% | - |
| HSV(B) | 277.11º | 0.32% | 0.93% | - |
| XYZ | 53.44 | 44.46 | 85.12 | - |
| YUV | 182.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 236 | 0.12 | 0.32 | 0 | 0.07 | 277.11 | 0.67 | 0.78 |
| Hex | CF | A0 | EC | C | 20 | 0 | 7 | 115 | 43 | 4E |
| Octal | 317 | 240 | 354 | 14 | 40 | 0 | 7 | 425 | 103 | 116 |
| Binary | 11001111 | 10100000 | 11101100 | 1100 | 100000 | 0 | 111 | 100010101 | 1000011 | 1001110 |
Color Harmonies of #CFA0EC
Complementary color
Monochromatic Colors of #CFA0EC
Black with #CFA0EC
Text Example
Text Example
White with #CFA0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0EC; }
p { color: rgb(207,160,236); }
H1.HeaderClassName
{
color: #CFA0EC;
}
.AnyTagClassName
{
color: #CFA0EC;
}
</style>
background-color css
<style>
a { background-color: #CFA0EC; }
a { background-color: rgb(207,160,236); }
div.DivClassName
{
background-color: #CFA0EC;
}
.BgClassName
{
background-color: #CFA0EC;
}
</style>
border-color css
<style>
span { border-color: #CFA0EC; }
span { border-color: rgb(207,160,236); }
td.TdClassName
{
border-color: #CFA0EC;
}
.TagClassName
{
border-color: #CFA0EC;
}
</style>