Shades of Wisteria #CFA3E3
Tints of Wisteria #CFA3E3
RGB
CMYK
RGB Variations
Color information
#CFA3E3 (or 0xCFA3E3) is known color: Wisteria. HEX triplet: CF, A3 and E3. RGB value is (207,163,227). Sum of RGB (Red+Green+Blue) = 207+163+227=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 163 (64.06% from 255 or 27.30% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFA3E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3E3 is #305C1C. Grayscale: #B7B7B7. Windows color (decimal): -3169309 or 14918607. OLE color: 14918607.
HSL color Cylindrical-coordinate representation of color #CFA3E3: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFA3E3 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 163 | 227 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.11 |
| HSL | 281.25º | 0.53% | 0.76% | - |
| HSV(B) | 281.25º | 0.28% | 0.89% | - |
| XYZ | 52.69 | 45.01 | 78.58 | - |
| YUV | 183.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 227 | 0.09 | 0.28 | 0 | 0.11 | 281.25 | 0.53 | 0.76 |
| Hex | CF | A3 | E3 | 9 | 1C | 0 | B | 119 | 35 | 4C |
| Octal | 317 | 243 | 343 | 11 | 34 | 0 | 13 | 431 | 65 | 114 |
| Binary | 11001111 | 10100011 | 11100011 | 1001 | 11100 | 0 | 1011 | 100011001 | 110101 | 1001100 |
Color Harmonies of #CFA3E3
Complementary color
Monochromatic Colors of #CFA3E3
Black with #CFA3E3
Text Example
Text Example
White with #CFA3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3E3; }
p { color: rgb(207,163,227); }
H1.HeaderClassName
{
color: #CFA3E3;
}
.AnyTagClassName
{
color: #CFA3E3;
}
</style>
background-color css
<style>
a { background-color: #CFA3E3; }
a { background-color: rgb(207,163,227); }
div.DivClassName
{
background-color: #CFA3E3;
}
.BgClassName
{
background-color: #CFA3E3;
}
</style>
border-color css
<style>
span { border-color: #CFA3E3; }
span { border-color: rgb(207,163,227); }
td.TdClassName
{
border-color: #CFA3E3;
}
.TagClassName
{
border-color: #CFA3E3;
}
</style>