Shades of Wisteria #CFA3EC
Tints of Wisteria #CFA3EC
RGB
CMYK
RGB Variations
Color information
#CFA3EC (or 0xCFA3EC) is known color: Wisteria. HEX triplet: CF, A3 and EC. RGB value is (207,163,236). Sum of RGB (Red+Green+Blue) = 207+163+236=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA3EC is #305C13. Grayscale: #B8B8B8. Windows color (decimal): -3169300 or 15508431. OLE color: 15508431.
HSL color Cylindrical-coordinate representation of color #CFA3EC: hue angle of 276.16º degrees, saturation: 0.66, 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 #CFA3EC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 163 | 236 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.07 |
| HSL | 276.16º | 0.66% | 0.78% | - |
| HSV(B) | 276.16º | 0.31% | 0.93% | - |
| XYZ | 53.97 | 45.52 | 85.3 | - |
| YUV | 184.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 236 | 0.12 | 0.31 | 0 | 0.07 | 276.16 | 0.66 | 0.78 |
| Hex | CF | A3 | EC | C | 1F | 0 | 7 | 114 | 42 | 4E |
| Octal | 317 | 243 | 354 | 14 | 37 | 0 | 7 | 424 | 102 | 116 |
| Binary | 11001111 | 10100011 | 11101100 | 1100 | 11111 | 0 | 111 | 100010100 | 1000010 | 1001110 |
Color Harmonies of #CFA3EC
Complementary color
Monochromatic Colors of #CFA3EC
Black with #CFA3EC
Text Example
Text Example
White with #CFA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3EC; }
p { color: rgb(207,163,236); }
H1.HeaderClassName
{
color: #CFA3EC;
}
.AnyTagClassName
{
color: #CFA3EC;
}
</style>
background-color css
<style>
a { background-color: #CFA3EC; }
a { background-color: rgb(207,163,236); }
div.DivClassName
{
background-color: #CFA3EC;
}
.BgClassName
{
background-color: #CFA3EC;
}
</style>
border-color css
<style>
span { border-color: #CFA3EC; }
span { border-color: rgb(207,163,236); }
td.TdClassName
{
border-color: #CFA3EC;
}
.TagClassName
{
border-color: #CFA3EC;
}
</style>