Shades of Wisteria #CFA5F0
Tints of Wisteria #CFA5F0
RGB
CMYK
RGB Variations
Color information
#CFA5F0 (or 0xCFA5F0) is known color: Wisteria. HEX triplet: CF, A5 and F0. RGB value is (207,165,240). Sum of RGB (Red+Green+Blue) = 207+165+240=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFA5F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA5F0 is #305A0F. Grayscale: #B9B9B9. Windows color (decimal): -3168784 or 15771087. OLE color: 15771087.
HSL color Cylindrical-coordinate representation of color #CFA5F0: hue angle of 273.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFA5F0 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 165 | 240 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.06 |
| HSL | 273.6º | 0.71% | 0.79% | - |
| HSV(B) | 273.6º | 0.31% | 0.94% | - |
| XYZ | 54.92 | 46.47 | 88.51 | - |
| YUV | 186.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 240 | 0.14 | 0.31 | 0 | 0.06 | 273.6 | 0.71 | 0.79 |
| Hex | CF | A5 | F0 | E | 1F | 0 | 6 | 112 | 47 | 4F |
| Octal | 317 | 245 | 360 | 16 | 37 | 0 | 6 | 422 | 107 | 117 |
| Binary | 11001111 | 10100101 | 11110000 | 1110 | 11111 | 0 | 110 | 100010010 | 1000111 | 1001111 |
Color Harmonies of #CFA5F0
Complementary color
Monochromatic Colors of #CFA5F0
Black with #CFA5F0
Text Example
Text Example
White with #CFA5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5F0; }
p { color: rgb(207,165,240); }
H1.HeaderClassName
{
color: #CFA5F0;
}
.AnyTagClassName
{
color: #CFA5F0;
}
</style>
background-color css
<style>
a { background-color: #CFA5F0; }
a { background-color: rgb(207,165,240); }
div.DivClassName
{
background-color: #CFA5F0;
}
.BgClassName
{
background-color: #CFA5F0;
}
</style>
border-color css
<style>
span { border-color: #CFA5F0; }
span { border-color: rgb(207,165,240); }
td.TdClassName
{
border-color: #CFA5F0;
}
.TagClassName
{
border-color: #CFA5F0;
}
</style>