Shades of Wisteria #CFA5F1
Tints of Wisteria #CFA5F1
RGB
CMYK
RGB Variations
Color information
#CFA5F1 (or 0xCFA5F1) is known color: Wisteria. HEX triplet: CF, A5 and F1. RGB value is (207,165,241). Sum of RGB (Red+Green+Blue) = 207+165+241=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFA5F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA5F1 is #305A0E. Grayscale: #B9B9B9. Windows color (decimal): -3168783 or 15836623. OLE color: 15836623.
HSL color Cylindrical-coordinate representation of color #CFA5F1: hue angle of 273.16º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA5F1 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 165 | 241 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.05 |
| HSL | 273.16º | 0.73% | 0.8% | - |
| HSV(B) | 273.16º | 0.32% | 0.95% | - |
| XYZ | 55.06 | 46.53 | 89.3 | - |
| YUV | 186.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 241 | 0.14 | 0.32 | 0 | 0.05 | 273.16 | 0.73 | 0.8 |
| Hex | CF | A5 | F1 | E | 20 | 0 | 5 | 111 | 49 | 50 |
| Octal | 317 | 245 | 361 | 16 | 40 | 0 | 5 | 421 | 111 | 120 |
| Binary | 11001111 | 10100101 | 11110001 | 1110 | 100000 | 0 | 101 | 100010001 | 1001001 | 1010000 |
Color Harmonies of #CFA5F1
Complementary color
Monochromatic Colors of #CFA5F1
Black with #CFA5F1
Text Example
Text Example
White with #CFA5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5F1; }
p { color: rgb(207,165,241); }
H1.HeaderClassName
{
color: #CFA5F1;
}
.AnyTagClassName
{
color: #CFA5F1;
}
</style>
background-color css
<style>
a { background-color: #CFA5F1; }
a { background-color: rgb(207,165,241); }
div.DivClassName
{
background-color: #CFA5F1;
}
.BgClassName
{
background-color: #CFA5F1;
}
</style>
border-color css
<style>
span { border-color: #CFA5F1; }
span { border-color: rgb(207,165,241); }
td.TdClassName
{
border-color: #CFA5F1;
}
.TagClassName
{
border-color: #CFA5F1;
}
</style>