Shades of Wisteria #CFA4EC
Tints of Wisteria #CFA4EC
RGB
CMYK
RGB Variations
Color information
#CFA4EC (or 0xCFA4EC) is known color: Wisteria. HEX triplet: CF, A4 and EC. RGB value is (207,164,236). Sum of RGB (Red+Green+Blue) = 207+164+236=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA4EC is #305B13. Grayscale: #B8B8B8. Windows color (decimal): -3169044 or 15508687. OLE color: 15508687.
HSL color Cylindrical-coordinate representation of color #CFA4EC: hue angle of 275.83º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFA4EC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 164 | 236 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.07 |
| HSL | 275.83º | 0.65% | 0.78% | - |
| HSV(B) | 275.83º | 0.31% | 0.93% | - |
| XYZ | 54.15 | 45.87 | 85.36 | - |
| YUV | 185.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 236 | 0.12 | 0.31 | 0 | 0.07 | 275.83 | 0.65 | 0.78 |
| Hex | CF | A4 | EC | C | 1F | 0 | 7 | 114 | 41 | 4E |
| Octal | 317 | 244 | 354 | 14 | 37 | 0 | 7 | 424 | 101 | 116 |
| Binary | 11001111 | 10100100 | 11101100 | 1100 | 11111 | 0 | 111 | 100010100 | 1000001 | 1001110 |
Color Harmonies of #CFA4EC
Complementary color
Monochromatic Colors of #CFA4EC
Black with #CFA4EC
Text Example
Text Example
White with #CFA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4EC; }
p { color: rgb(207,164,236); }
H1.HeaderClassName
{
color: #CFA4EC;
}
.AnyTagClassName
{
color: #CFA4EC;
}
</style>
background-color css
<style>
a { background-color: #CFA4EC; }
a { background-color: rgb(207,164,236); }
div.DivClassName
{
background-color: #CFA4EC;
}
.BgClassName
{
background-color: #CFA4EC;
}
</style>
border-color css
<style>
span { border-color: #CFA4EC; }
span { border-color: rgb(207,164,236); }
td.TdClassName
{
border-color: #CFA4EC;
}
.TagClassName
{
border-color: #CFA4EC;
}
</style>