Shades of Wisteria #CFA3E1
Tints of Wisteria #CFA3E1
RGB
CMYK
RGB Variations
Color information
#CFA3E1 (or 0xCFA3E1) is known color: Wisteria. HEX triplet: CF, A3 and E1. RGB value is (207,163,225). Sum of RGB (Red+Green+Blue) = 207+163+225=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFA3E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3E1 is #305C1E. Grayscale: #B7B7B7. Windows color (decimal): -3169311 or 14787535. OLE color: 14787535.
HSL color Cylindrical-coordinate representation of color #CFA3E1: hue angle of 282.58º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFA3E1 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 163 | 225 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.12 |
| HSL | 282.58º | 0.51% | 0.76% | - |
| HSV(B) | 282.58º | 0.28% | 0.88% | - |
| XYZ | 52.42 | 44.9 | 77.14 | - |
| YUV | 183.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 225 | 0.08 | 0.28 | 0 | 0.12 | 282.58 | 0.51 | 0.76 |
| Hex | CF | A3 | E1 | 8 | 1C | 0 | C | 11B | 33 | 4C |
| Octal | 317 | 243 | 341 | 10 | 34 | 0 | 14 | 433 | 63 | 114 |
| Binary | 11001111 | 10100011 | 11100001 | 1000 | 11100 | 0 | 1100 | 100011011 | 110011 | 1001100 |
Color Harmonies of #CFA3E1
Complementary color
Monochromatic Colors of #CFA3E1
Black with #CFA3E1
Text Example
Text Example
White with #CFA3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3E1; }
p { color: rgb(207,163,225); }
H1.HeaderClassName
{
color: #CFA3E1;
}
.AnyTagClassName
{
color: #CFA3E1;
}
</style>
background-color css
<style>
a { background-color: #CFA3E1; }
a { background-color: rgb(207,163,225); }
div.DivClassName
{
background-color: #CFA3E1;
}
.BgClassName
{
background-color: #CFA3E1;
}
</style>
border-color css
<style>
span { border-color: #CFA3E1; }
span { border-color: rgb(207,163,225); }
td.TdClassName
{
border-color: #CFA3E1;
}
.TagClassName
{
border-color: #CFA3E1;
}
</style>