Shades of Wisteria #CFA6DB
Tints of Wisteria #CFA6DB
RGB
CMYK
RGB Variations
Color information
#CFA6DB (or 0xCFA6DB) is known color: Wisteria. HEX triplet: CF, A6 and DB. RGB value is (207,166,219). Sum of RGB (Red+Green+Blue) = 207+166+219=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6DB is #305924. Grayscale: #B8B8B8. Windows color (decimal): -3168549 or 14395087. OLE color: 14395087.
HSL color Cylindrical-coordinate representation of color #CFA6DB: hue angle of 286.42º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA6DB is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 166 | 219 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.14 |
| HSL | 286.42º | 0.42% | 0.75% | - |
| HSV(B) | 286.42º | 0.24% | 0.86% | - |
| XYZ | 52.15 | 45.65 | 73.08 | - |
| YUV | 184.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 219 | 0.05 | 0.24 | 0 | 0.14 | 286.42 | 0.42 | 0.75 |
| Hex | CF | A6 | DB | 5 | 18 | 0 | E | 11E | 2A | 4B |
| Octal | 317 | 246 | 333 | 5 | 30 | 0 | 16 | 436 | 52 | 113 |
| Binary | 11001111 | 10100110 | 11011011 | 101 | 11000 | 0 | 1110 | 100011110 | 101010 | 1001011 |
Color Harmonies of #CFA6DB
Complementary color
Monochromatic Colors of #CFA6DB
Black with #CFA6DB
Text Example
Text Example
White with #CFA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6DB; }
p { color: rgb(207,166,219); }
H1.HeaderClassName
{
color: #CFA6DB;
}
.AnyTagClassName
{
color: #CFA6DB;
}
</style>
background-color css
<style>
a { background-color: #CFA6DB; }
a { background-color: rgb(207,166,219); }
div.DivClassName
{
background-color: #CFA6DB;
}
.BgClassName
{
background-color: #CFA6DB;
}
</style>
border-color css
<style>
span { border-color: #CFA6DB; }
span { border-color: rgb(207,166,219); }
td.TdClassName
{
border-color: #CFA6DB;
}
.TagClassName
{
border-color: #CFA6DB;
}
</style>