Shades of Wisteria #CFA7DB
Tints of Wisteria #CFA7DB
RGB
CMYK
RGB Variations
Color information
#CFA7DB (or 0xCFA7DB) is known color: Wisteria. HEX triplet: CF, A7 and DB. RGB value is (207,167,219). Sum of RGB (Red+Green+Blue) = 207+167+219=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7DB is #305824. Grayscale: #B8B8B8. Windows color (decimal): -3168293 or 14395343. OLE color: 14395343.
HSL color Cylindrical-coordinate representation of color #CFA7DB: hue angle of 286.15º degrees, saturation: 0.42, 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 #CFA7DB is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 167 | 219 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.14 |
| HSL | 286.15º | 0.42% | 0.76% | - |
| HSV(B) | 286.15º | 0.24% | 0.86% | - |
| XYZ | 52.34 | 46.02 | 73.14 | - |
| YUV | 184.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 219 | 0.05 | 0.24 | 0 | 0.14 | 286.15 | 0.42 | 0.76 |
| Hex | CF | A7 | DB | 5 | 18 | 0 | E | 11E | 2A | 4C |
| Octal | 317 | 247 | 333 | 5 | 30 | 0 | 16 | 436 | 52 | 114 |
| Binary | 11001111 | 10100111 | 11011011 | 101 | 11000 | 0 | 1110 | 100011110 | 101010 | 1001100 |
Color Harmonies of #CFA7DB
Complementary color
Monochromatic Colors of #CFA7DB
Black with #CFA7DB
Text Example
Text Example
White with #CFA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7DB; }
p { color: rgb(207,167,219); }
H1.HeaderClassName
{
color: #CFA7DB;
}
.AnyTagClassName
{
color: #CFA7DB;
}
</style>
background-color css
<style>
a { background-color: #CFA7DB; }
a { background-color: rgb(207,167,219); }
div.DivClassName
{
background-color: #CFA7DB;
}
.BgClassName
{
background-color: #CFA7DB;
}
</style>
border-color css
<style>
span { border-color: #CFA7DB; }
span { border-color: rgb(207,167,219); }
td.TdClassName
{
border-color: #CFA7DB;
}
.TagClassName
{
border-color: #CFA7DB;
}
</style>