Shades of Wisteria #CFA1DD
Tints of Wisteria #CFA1DD
RGB
CMYK
RGB Variations
Color information
#CFA1DD (or 0xCFA1DD) is known color: Wisteria. HEX triplet: CF, A1 and DD. RGB value is (207,161,221). Sum of RGB (Red+Green+Blue) = 207+161+221=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1DD is #305E22. Grayscale: #B5B5B5. Windows color (decimal): -3169827 or 14524879. OLE color: 14524879.
HSL color Cylindrical-coordinate representation of color #CFA1DD: hue angle of 286º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFA1DD is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 161 | 221 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.13 |
| HSL | 286º | 0.47% | 0.75% | - |
| HSV(B) | 286º | 0.27% | 0.87% | - |
| XYZ | 51.53 | 43.98 | 74.18 | - |
| YUV | 181.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 221 | 0.06 | 0.27 | 0 | 0.13 | 286 | 0.47 | 0.75 |
| Hex | CF | A1 | DD | 6 | 1B | 0 | D | 11E | 2F | 4B |
| Octal | 317 | 241 | 335 | 6 | 33 | 0 | 15 | 436 | 57 | 113 |
| Binary | 11001111 | 10100001 | 11011101 | 110 | 11011 | 0 | 1101 | 100011110 | 101111 | 1001011 |
Color Harmonies of #CFA1DD
Complementary color
Monochromatic Colors of #CFA1DD
Black with #CFA1DD
Text Example
Text Example
White with #CFA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1DD; }
p { color: rgb(207,161,221); }
H1.HeaderClassName
{
color: #CFA1DD;
}
.AnyTagClassName
{
color: #CFA1DD;
}
</style>
background-color css
<style>
a { background-color: #CFA1DD; }
a { background-color: rgb(207,161,221); }
div.DivClassName
{
background-color: #CFA1DD;
}
.BgClassName
{
background-color: #CFA1DD;
}
</style>
border-color css
<style>
span { border-color: #CFA1DD; }
span { border-color: rgb(207,161,221); }
td.TdClassName
{
border-color: #CFA1DD;
}
.TagClassName
{
border-color: #CFA1DD;
}
</style>