Shades of Wisteria #CFA3F1
Tints of Wisteria #CFA3F1
RGB
CMYK
RGB Variations
Color information
#CFA3F1 (or 0xCFA3F1) is known color: Wisteria. HEX triplet: CF, A3 and F1. RGB value is (207,163,241). Sum of RGB (Red+Green+Blue) = 207+163+241=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFA3F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA3F1 is #305C0E. Grayscale: #B8B8B8. Windows color (decimal): -3169295 or 15836111. OLE color: 15836111.
HSL color Cylindrical-coordinate representation of color #CFA3F1: hue angle of 273.85º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA3F1 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 163 | 241 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.05 |
| HSL | 273.85º | 0.74% | 0.79% | - |
| HSV(B) | 273.85º | 0.32% | 0.95% | - |
| XYZ | 54.71 | 45.81 | 89.18 | - |
| YUV | 185.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 241 | 0.14 | 0.32 | 0 | 0.05 | 273.85 | 0.74 | 0.79 |
| Hex | CF | A3 | F1 | E | 20 | 0 | 5 | 112 | 4A | 4F |
| Octal | 317 | 243 | 361 | 16 | 40 | 0 | 5 | 422 | 112 | 117 |
| Binary | 11001111 | 10100011 | 11110001 | 1110 | 100000 | 0 | 101 | 100010010 | 1001010 | 1001111 |
Color Harmonies of #CFA3F1
Complementary color
Monochromatic Colors of #CFA3F1
Black with #CFA3F1
Text Example
Text Example
White with #CFA3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3F1; }
p { color: rgb(207,163,241); }
H1.HeaderClassName
{
color: #CFA3F1;
}
.AnyTagClassName
{
color: #CFA3F1;
}
</style>
background-color css
<style>
a { background-color: #CFA3F1; }
a { background-color: rgb(207,163,241); }
div.DivClassName
{
background-color: #CFA3F1;
}
.BgClassName
{
background-color: #CFA3F1;
}
</style>
border-color css
<style>
span { border-color: #CFA3F1; }
span { border-color: rgb(207,163,241); }
td.TdClassName
{
border-color: #CFA3F1;
}
.TagClassName
{
border-color: #CFA3F1;
}
</style>