Shades of Wisteria #CFA0DC
Tints of Wisteria #CFA0DC
RGB
CMYK
RGB Variations
Color information
#CFA0DC (or 0xCFA0DC) is known color: Wisteria. HEX triplet: CF, A0 and DC. RGB value is (207,160,220). Sum of RGB (Red+Green+Blue) = 207+160+220=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0DC is #305F23. Grayscale: #B4B4B4. Windows color (decimal): -3170084 or 14459087. OLE color: 14459087.
HSL color Cylindrical-coordinate representation of color #CFA0DC: hue angle of 287º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFA0DC is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 160 | 220 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.14 |
| HSL | 287º | 0.46% | 0.75% | - |
| HSV(B) | 287º | 0.27% | 0.86% | - |
| XYZ | 51.22 | 43.57 | 73.42 | - |
| YUV | 180.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 220 | 0.06 | 0.27 | 0 | 0.14 | 287 | 0.46 | 0.75 |
| Hex | CF | A0 | DC | 6 | 1B | 0 | E | 11F | 2E | 4B |
| Octal | 317 | 240 | 334 | 6 | 33 | 0 | 16 | 437 | 56 | 113 |
| Binary | 11001111 | 10100000 | 11011100 | 110 | 11011 | 0 | 1110 | 100011111 | 101110 | 1001011 |
Color Harmonies of #CFA0DC
Complementary color
Monochromatic Colors of #CFA0DC
Black with #CFA0DC
Text Example
Text Example
White with #CFA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0DC; }
p { color: rgb(207,160,220); }
H1.HeaderClassName
{
color: #CFA0DC;
}
.AnyTagClassName
{
color: #CFA0DC;
}
</style>
background-color css
<style>
a { background-color: #CFA0DC; }
a { background-color: rgb(207,160,220); }
div.DivClassName
{
background-color: #CFA0DC;
}
.BgClassName
{
background-color: #CFA0DC;
}
</style>
border-color css
<style>
span { border-color: #CFA0DC; }
span { border-color: rgb(207,160,220); }
td.TdClassName
{
border-color: #CFA0DC;
}
.TagClassName
{
border-color: #CFA0DC;
}
</style>