Shades of Wisteria #CFA5EC
Tints of Wisteria #CFA5EC
RGB
CMYK
RGB Variations
Color information
#CFA5EC (or 0xCFA5EC) is known color: Wisteria. HEX triplet: CF, A5 and EC. RGB value is (207,165,236). Sum of RGB (Red+Green+Blue) = 207+165+236=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFA5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA5EC is #305A13. Grayscale: #B9B9B9. Windows color (decimal): -3168788 or 15508943. OLE color: 15508943.
HSL color Cylindrical-coordinate representation of color #CFA5EC: hue angle of 275.49º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA5EC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 165 | 236 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.07 |
| HSL | 275.49º | 0.65% | 0.79% | - |
| HSV(B) | 275.49º | 0.3% | 0.93% | - |
| XYZ | 54.33 | 46.23 | 85.42 | - |
| YUV | 185.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 236 | 0.12 | 0.30 | 0 | 0.07 | 275.49 | 0.65 | 0.79 |
| Hex | CF | A5 | EC | C | 1E | 0 | 7 | 113 | 41 | 4F |
| Octal | 317 | 245 | 354 | 14 | 36 | 0 | 7 | 423 | 101 | 117 |
| Binary | 11001111 | 10100101 | 11101100 | 1100 | 11110 | 0 | 111 | 100010011 | 1000001 | 1001111 |
Color Harmonies of #CFA5EC
Complementary color
Monochromatic Colors of #CFA5EC
Black with #CFA5EC
Text Example
Text Example
White with #CFA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5EC; }
p { color: rgb(207,165,236); }
H1.HeaderClassName
{
color: #CFA5EC;
}
.AnyTagClassName
{
color: #CFA5EC;
}
</style>
background-color css
<style>
a { background-color: #CFA5EC; }
a { background-color: rgb(207,165,236); }
div.DivClassName
{
background-color: #CFA5EC;
}
.BgClassName
{
background-color: #CFA5EC;
}
</style>
border-color css
<style>
span { border-color: #CFA5EC; }
span { border-color: rgb(207,165,236); }
td.TdClassName
{
border-color: #CFA5EC;
}
.TagClassName
{
border-color: #CFA5EC;
}
</style>