Shades of Wisteria #CFA5D7
Tints of Wisteria #CFA5D7
RGB
CMYK
RGB Variations
Color information
#CFA5D7 (or 0xCFA5D7) is known color: Wisteria. HEX triplet: CF, A5 and D7. RGB value is (207,165,215). Sum of RGB (Red+Green+Blue) = 207+165+215=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFA5D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5D7 is #305A28. Grayscale: #B7B7B7. Windows color (decimal): -3168809 or 14132687. OLE color: 14132687.
HSL color Cylindrical-coordinate representation of color #CFA5D7: hue angle of 290.4º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA5D7 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 165 | 215 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.16 |
| HSL | 290.4º | 0.38% | 0.75% | - |
| HSV(B) | 290.4º | 0.23% | 0.84% | - |
| XYZ | 51.45 | 45.08 | 70.28 | - |
| YUV | 183.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 215 | 0.04 | 0.23 | 0 | 0.16 | 290.4 | 0.38 | 0.75 |
| Hex | CF | A5 | D7 | 4 | 17 | 0 | 10 | 122 | 26 | 4B |
| Octal | 317 | 245 | 327 | 4 | 27 | 0 | 20 | 442 | 46 | 113 |
| Binary | 11001111 | 10100101 | 11010111 | 100 | 10111 | 0 | 10000 | 100100010 | 100110 | 1001011 |
Color Harmonies of #CFA5D7
Complementary color
Monochromatic Colors of #CFA5D7
Black with #CFA5D7
Text Example
Text Example
White with #CFA5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5D7; }
p { color: rgb(207,165,215); }
H1.HeaderClassName
{
color: #CFA5D7;
}
.AnyTagClassName
{
color: #CFA5D7;
}
</style>
background-color css
<style>
a { background-color: #CFA5D7; }
a { background-color: rgb(207,165,215); }
div.DivClassName
{
background-color: #CFA5D7;
}
.BgClassName
{
background-color: #CFA5D7;
}
</style>
border-color css
<style>
span { border-color: #CFA5D7; }
span { border-color: rgb(207,165,215); }
td.TdClassName
{
border-color: #CFA5D7;
}
.TagClassName
{
border-color: #CFA5D7;
}
</style>