Shades of Wisteria #CFA4D7
Tints of Wisteria #CFA4D7
RGB
CMYK
RGB Variations
Color information
#CFA4D7 (or 0xCFA4D7) is known color: Wisteria. HEX triplet: CF, A4 and D7. RGB value is (207,164,215). Sum of RGB (Red+Green+Blue) = 207+164+215=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFA4D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4D7 is #305B28. Grayscale: #B6B6B6. Windows color (decimal): -3169065 or 14132431. OLE color: 14132431.
HSL color Cylindrical-coordinate representation of color #CFA4D7: hue angle of 290.59º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA4D7 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 164 | 215 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.16 |
| HSL | 290.59º | 0.39% | 0.74% | - |
| HSV(B) | 290.59º | 0.24% | 0.84% | - |
| XYZ | 51.27 | 44.72 | 70.22 | - |
| YUV | 182.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 215 | 0.04 | 0.24 | 0 | 0.16 | 290.59 | 0.39 | 0.74 |
| Hex | CF | A4 | D7 | 4 | 18 | 0 | 10 | 123 | 27 | 4A |
| Octal | 317 | 244 | 327 | 4 | 30 | 0 | 20 | 443 | 47 | 112 |
| Binary | 11001111 | 10100100 | 11010111 | 100 | 11000 | 0 | 10000 | 100100011 | 100111 | 1001010 |
Color Harmonies of #CFA4D7
Complementary color
Monochromatic Colors of #CFA4D7
Black with #CFA4D7
Text Example
Text Example
White with #CFA4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4D7; }
p { color: rgb(207,164,215); }
H1.HeaderClassName
{
color: #CFA4D7;
}
.AnyTagClassName
{
color: #CFA4D7;
}
</style>
background-color css
<style>
a { background-color: #CFA4D7; }
a { background-color: rgb(207,164,215); }
div.DivClassName
{
background-color: #CFA4D7;
}
.BgClassName
{
background-color: #CFA4D7;
}
</style>
border-color css
<style>
span { border-color: #CFA4D7; }
span { border-color: rgb(207,164,215); }
td.TdClassName
{
border-color: #CFA4D7;
}
.TagClassName
{
border-color: #CFA4D7;
}
</style>