Shades of Wisteria #CFA5D8
Tints of Wisteria #CFA5D8
RGB
CMYK
RGB Variations
Color information
#CFA5D8 (or 0xCFA5D8) is known color: Wisteria. HEX triplet: CF, A5 and D8. RGB value is (207,165,216). Sum of RGB (Red+Green+Blue) = 207+165+216=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFA5D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5D8 is #305A27. Grayscale: #B7B7B7. Windows color (decimal): -3168808 or 14198223. OLE color: 14198223.
HSL color Cylindrical-coordinate representation of color #CFA5D8: hue angle of 289.41º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA5D8 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 165 | 216 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.15 |
| HSL | 289.41º | 0.4% | 0.75% | - |
| HSV(B) | 289.41º | 0.24% | 0.85% | - |
| XYZ | 51.58 | 45.13 | 70.96 | - |
| YUV | 183.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 216 | 0.04 | 0.24 | 0 | 0.15 | 289.41 | 0.4 | 0.75 |
| Hex | CF | A5 | D8 | 4 | 18 | 0 | F | 121 | 28 | 4B |
| Octal | 317 | 245 | 330 | 4 | 30 | 0 | 17 | 441 | 50 | 113 |
| Binary | 11001111 | 10100101 | 11011000 | 100 | 11000 | 0 | 1111 | 100100001 | 101000 | 1001011 |
Color Harmonies of #CFA5D8
Complementary color
Monochromatic Colors of #CFA5D8
Black with #CFA5D8
Text Example
Text Example
White with #CFA5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5D8; }
p { color: rgb(207,165,216); }
H1.HeaderClassName
{
color: #CFA5D8;
}
.AnyTagClassName
{
color: #CFA5D8;
}
</style>
background-color css
<style>
a { background-color: #CFA5D8; }
a { background-color: rgb(207,165,216); }
div.DivClassName
{
background-color: #CFA5D8;
}
.BgClassName
{
background-color: #CFA5D8;
}
</style>
border-color css
<style>
span { border-color: #CFA5D8; }
span { border-color: rgb(207,165,216); }
td.TdClassName
{
border-color: #CFA5D8;
}
.TagClassName
{
border-color: #CFA5D8;
}
</style>