Shades of Wisteria #CFA4DD
Tints of Wisteria #CFA4DD
RGB
CMYK
RGB Variations
Color information
#CFA4DD (or 0xCFA4DD) is known color: Wisteria. HEX triplet: CF, A4 and DD. RGB value is (207,164,221). Sum of RGB (Red+Green+Blue) = 207+164+221=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4DD is #305B22. Grayscale: #B7B7B7. Windows color (decimal): -3169059 or 14525647. OLE color: 14525647.
HSL color Cylindrical-coordinate representation of color #CFA4DD: hue angle of 285.26º 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 #CFA4DD is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 164 | 221 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.13 |
| HSL | 285.26º | 0.46% | 0.75% | - |
| HSV(B) | 285.26º | 0.26% | 0.87% | - |
| XYZ | 52.06 | 45.04 | 74.36 | - |
| YUV | 183.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 221 | 0.06 | 0.26 | 0 | 0.13 | 285.26 | 0.46 | 0.75 |
| Hex | CF | A4 | DD | 6 | 1A | 0 | D | 11D | 2E | 4B |
| Octal | 317 | 244 | 335 | 6 | 32 | 0 | 15 | 435 | 56 | 113 |
| Binary | 11001111 | 10100100 | 11011101 | 110 | 11010 | 0 | 1101 | 100011101 | 101110 | 1001011 |
Color Harmonies of #CFA4DD
Complementary color
Monochromatic Colors of #CFA4DD
Black with #CFA4DD
Text Example
Text Example
White with #CFA4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4DD; }
p { color: rgb(207,164,221); }
H1.HeaderClassName
{
color: #CFA4DD;
}
.AnyTagClassName
{
color: #CFA4DD;
}
</style>
background-color css
<style>
a { background-color: #CFA4DD; }
a { background-color: rgb(207,164,221); }
div.DivClassName
{
background-color: #CFA4DD;
}
.BgClassName
{
background-color: #CFA4DD;
}
</style>
border-color css
<style>
span { border-color: #CFA4DD; }
span { border-color: rgb(207,164,221); }
td.TdClassName
{
border-color: #CFA4DD;
}
.TagClassName
{
border-color: #CFA4DD;
}
</style>