Shades of Wisteria #CFA3DD
Tints of Wisteria #CFA3DD
RGB
CMYK
RGB Variations
Color information
#CFA3DD (or 0xCFA3DD) is known color: Wisteria. HEX triplet: CF, A3 and DD. RGB value is (207,163,221). Sum of RGB (Red+Green+Blue) = 207+163+221=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3DD is #305C22. Grayscale: #B6B6B6. Windows color (decimal): -3169315 or 14525391. OLE color: 14525391.
HSL color Cylindrical-coordinate representation of color #CFA3DD: hue angle of 285.52º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA3DD is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 163 | 221 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.13 |
| HSL | 285.52º | 0.46% | 0.75% | - |
| HSV(B) | 285.52º | 0.26% | 0.87% | - |
| XYZ | 51.88 | 44.68 | 74.3 | - |
| YUV | 182.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 221 | 0.06 | 0.26 | 0 | 0.13 | 285.52 | 0.46 | 0.75 |
| Hex | CF | A3 | DD | 6 | 1A | 0 | D | 11E | 2E | 4B |
| Octal | 317 | 243 | 335 | 6 | 32 | 0 | 15 | 436 | 56 | 113 |
| Binary | 11001111 | 10100011 | 11011101 | 110 | 11010 | 0 | 1101 | 100011110 | 101110 | 1001011 |
Color Harmonies of #CFA3DD
Complementary color
Monochromatic Colors of #CFA3DD
Black with #CFA3DD
Text Example
Text Example
White with #CFA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3DD; }
p { color: rgb(207,163,221); }
H1.HeaderClassName
{
color: #CFA3DD;
}
.AnyTagClassName
{
color: #CFA3DD;
}
</style>
background-color css
<style>
a { background-color: #CFA3DD; }
a { background-color: rgb(207,163,221); }
div.DivClassName
{
background-color: #CFA3DD;
}
.BgClassName
{
background-color: #CFA3DD;
}
</style>
border-color css
<style>
span { border-color: #CFA3DD; }
span { border-color: rgb(207,163,221); }
td.TdClassName
{
border-color: #CFA3DD;
}
.TagClassName
{
border-color: #CFA3DD;
}
</style>