Shades of Wisteria #CFA0DB
Tints of Wisteria #CFA0DB
RGB
CMYK
RGB Variations
Color information
#CFA0DB (or 0xCFA0DB) is known color: Wisteria. HEX triplet: CF, A0 and DB. RGB value is (207,160,219). Sum of RGB (Red+Green+Blue) = 207+160+219=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0DB is #305F24. Grayscale: #B4B4B4. Windows color (decimal): -3170085 or 14393551. OLE color: 14393551.
HSL color Cylindrical-coordinate representation of color #CFA0DB: hue angle of 287.8º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFA0DB is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 160 | 219 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.14 |
| HSL | 287.8º | 0.45% | 0.74% | - |
| HSV(B) | 287.8º | 0.27% | 0.86% | - |
| XYZ | 51.09 | 43.52 | 72.73 | - |
| YUV | 180.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 219 | 0.05 | 0.27 | 0 | 0.14 | 287.8 | 0.45 | 0.74 |
| Hex | CF | A0 | DB | 5 | 1B | 0 | E | 120 | 2D | 4A |
| Octal | 317 | 240 | 333 | 5 | 33 | 0 | 16 | 440 | 55 | 112 |
| Binary | 11001111 | 10100000 | 11011011 | 101 | 11011 | 0 | 1110 | 100100000 | 101101 | 1001010 |
Color Harmonies of #CFA0DB
Complementary color
Monochromatic Colors of #CFA0DB
Black with #CFA0DB
Text Example
Text Example
White with #CFA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0DB; }
p { color: rgb(207,160,219); }
H1.HeaderClassName
{
color: #CFA0DB;
}
.AnyTagClassName
{
color: #CFA0DB;
}
</style>
background-color css
<style>
a { background-color: #CFA0DB; }
a { background-color: rgb(207,160,219); }
div.DivClassName
{
background-color: #CFA0DB;
}
.BgClassName
{
background-color: #CFA0DB;
}
</style>
border-color css
<style>
span { border-color: #CFA0DB; }
span { border-color: rgb(207,160,219); }
td.TdClassName
{
border-color: #CFA0DB;
}
.TagClassName
{
border-color: #CFA0DB;
}
</style>