Shades of Wisteria #CFA2EC
Tints of Wisteria #CFA2EC
RGB
CMYK
RGB Variations
Color information
#CFA2EC (or 0xCFA2EC) is known color: Wisteria. HEX triplet: CF, A2 and EC. RGB value is (207,162,236). Sum of RGB (Red+Green+Blue) = 207+162+236=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA2EC is #305D13. Grayscale: #B7B7B7. Windows color (decimal): -3169556 or 15508175. OLE color: 15508175.
HSL color Cylindrical-coordinate representation of color #CFA2EC: hue angle of 276.49º 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 #CFA2EC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 162 | 236 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.07 |
| HSL | 276.49º | 0.66% | 0.78% | - |
| HSV(B) | 276.49º | 0.31% | 0.93% | - |
| XYZ | 53.79 | 45.16 | 85.24 | - |
| YUV | 183.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 236 | 0.12 | 0.31 | 0 | 0.07 | 276.49 | 0.66 | 0.78 |
| Hex | CF | A2 | EC | C | 1F | 0 | 7 | 114 | 42 | 4E |
| Octal | 317 | 242 | 354 | 14 | 37 | 0 | 7 | 424 | 102 | 116 |
| Binary | 11001111 | 10100010 | 11101100 | 1100 | 11111 | 0 | 111 | 100010100 | 1000010 | 1001110 |
Color Harmonies of #CFA2EC
Complementary color
Monochromatic Colors of #CFA2EC
Black with #CFA2EC
Text Example
Text Example
White with #CFA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2EC; }
p { color: rgb(207,162,236); }
H1.HeaderClassName
{
color: #CFA2EC;
}
.AnyTagClassName
{
color: #CFA2EC;
}
</style>
background-color css
<style>
a { background-color: #CFA2EC; }
a { background-color: rgb(207,162,236); }
div.DivClassName
{
background-color: #CFA2EC;
}
.BgClassName
{
background-color: #CFA2EC;
}
</style>
border-color css
<style>
span { border-color: #CFA2EC; }
span { border-color: rgb(207,162,236); }
td.TdClassName
{
border-color: #CFA2EC;
}
.TagClassName
{
border-color: #CFA2EC;
}
</style>