Shades of Wisteria #CFA3F2
Tints of Wisteria #CFA3F2
RGB
CMYK
RGB Variations
Color information
#CFA3F2 (or 0xCFA3F2) is known color: Wisteria. HEX triplet: CF, A3 and F2. RGB value is (207,163,242). Sum of RGB (Red+Green+Blue) = 207+163+242=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFA3F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA3F2 is #305C0D. Grayscale: #B8B8B8. Windows color (decimal): -3169294 or 15901647. OLE color: 15901647.
HSL color Cylindrical-coordinate representation of color #CFA3F2: hue angle of 273.42º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA3F2 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 163 | 242 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.05 |
| HSL | 273.42º | 0.75% | 0.79% | - |
| HSV(B) | 273.42º | 0.33% | 0.95% | - |
| XYZ | 54.86 | 45.87 | 89.97 | - |
| YUV | 185.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 242 | 0.14 | 0.33 | 0 | 0.05 | 273.42 | 0.75 | 0.79 |
| Hex | CF | A3 | F2 | E | 21 | 0 | 5 | 111 | 4B | 4F |
| Octal | 317 | 243 | 362 | 16 | 41 | 0 | 5 | 421 | 113 | 117 |
| Binary | 11001111 | 10100011 | 11110010 | 1110 | 100001 | 0 | 101 | 100010001 | 1001011 | 1001111 |
Color Harmonies of #CFA3F2
Complementary color
Monochromatic Colors of #CFA3F2
Black with #CFA3F2
Text Example
Text Example
White with #CFA3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3F2; }
p { color: rgb(207,163,242); }
H1.HeaderClassName
{
color: #CFA3F2;
}
.AnyTagClassName
{
color: #CFA3F2;
}
</style>
background-color css
<style>
a { background-color: #CFA3F2; }
a { background-color: rgb(207,163,242); }
div.DivClassName
{
background-color: #CFA3F2;
}
.BgClassName
{
background-color: #CFA3F2;
}
</style>
border-color css
<style>
span { border-color: #CFA3F2; }
span { border-color: rgb(207,163,242); }
td.TdClassName
{
border-color: #CFA3F2;
}
.TagClassName
{
border-color: #CFA3F2;
}
</style>