Shades of Wisteria #CFA7DC
Tints of Wisteria #CFA7DC
RGB
CMYK
RGB Variations
Color information
#CFA7DC (or 0xCFA7DC) is known color: Wisteria. HEX triplet: CF, A7 and DC. RGB value is (207,167,220). Sum of RGB (Red+Green+Blue) = 207+167+220=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFA7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7DC is #305823. Grayscale: #B8B8B8. Windows color (decimal): -3168292 or 14460879. OLE color: 14460879.
HSL color Cylindrical-coordinate representation of color #CFA7DC: hue angle of 285.28º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA7DC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 167 | 220 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.14 |
| HSL | 285.28º | 0.43% | 0.76% | - |
| HSV(B) | 285.28º | 0.24% | 0.86% | - |
| XYZ | 52.47 | 46.07 | 73.84 | - |
| YUV | 185 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 220 | 0.06 | 0.24 | 0 | 0.14 | 285.28 | 0.43 | 0.76 |
| Hex | CF | A7 | DC | 6 | 18 | 0 | E | 11D | 2B | 4C |
| Octal | 317 | 247 | 334 | 6 | 30 | 0 | 16 | 435 | 53 | 114 |
| Binary | 11001111 | 10100111 | 11011100 | 110 | 11000 | 0 | 1110 | 100011101 | 101011 | 1001100 |
Color Harmonies of #CFA7DC
Complementary color
Monochromatic Colors of #CFA7DC
Black with #CFA7DC
Text Example
Text Example
White with #CFA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7DC; }
p { color: rgb(207,167,220); }
H1.HeaderClassName
{
color: #CFA7DC;
}
.AnyTagClassName
{
color: #CFA7DC;
}
</style>
background-color css
<style>
a { background-color: #CFA7DC; }
a { background-color: rgb(207,167,220); }
div.DivClassName
{
background-color: #CFA7DC;
}
.BgClassName
{
background-color: #CFA7DC;
}
</style>
border-color css
<style>
span { border-color: #CFA7DC; }
span { border-color: rgb(207,167,220); }
td.TdClassName
{
border-color: #CFA7DC;
}
.TagClassName
{
border-color: #CFA7DC;
}
</style>