Shades of Wisteria #CFA7EC
Tints of Wisteria #CFA7EC
RGB
CMYK
RGB Variations
Color information
#CFA7EC (or 0xCFA7EC) is known color: Wisteria. HEX triplet: CF, A7 and EC. RGB value is (207,167,236). Sum of RGB (Red+Green+Blue) = 207+167+236=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFA7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7EC is #305813. Grayscale: #BABABA. Windows color (decimal): -3168276 or 15509455. OLE color: 15509455.
HSL color Cylindrical-coordinate representation of color #CFA7EC: hue angle of 274.78º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA7EC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 167 | 236 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.07 |
| HSL | 274.78º | 0.64% | 0.79% | - |
| HSV(B) | 274.78º | 0.29% | 0.93% | - |
| XYZ | 54.69 | 46.96 | 85.54 | - |
| YUV | 186.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 236 | 0.12 | 0.29 | 0 | 0.07 | 274.78 | 0.64 | 0.79 |
| Hex | CF | A7 | EC | C | 1D | 0 | 7 | 113 | 40 | 4F |
| Octal | 317 | 247 | 354 | 14 | 35 | 0 | 7 | 423 | 100 | 117 |
| Binary | 11001111 | 10100111 | 11101100 | 1100 | 11101 | 0 | 111 | 100010011 | 1000000 | 1001111 |
Color Harmonies of #CFA7EC
Complementary color
Monochromatic Colors of #CFA7EC
Black with #CFA7EC
Text Example
Text Example
White with #CFA7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7EC; }
p { color: rgb(207,167,236); }
H1.HeaderClassName
{
color: #CFA7EC;
}
.AnyTagClassName
{
color: #CFA7EC;
}
</style>
background-color css
<style>
a { background-color: #CFA7EC; }
a { background-color: rgb(207,167,236); }
div.DivClassName
{
background-color: #CFA7EC;
}
.BgClassName
{
background-color: #CFA7EC;
}
</style>
border-color css
<style>
span { border-color: #CFA7EC; }
span { border-color: rgb(207,167,236); }
td.TdClassName
{
border-color: #CFA7EC;
}
.TagClassName
{
border-color: #CFA7EC;
}
</style>