Shades of Wisteria #CFA8DC
Tints of Wisteria #CFA8DC
RGB
CMYK
RGB Variations
Color information
#CFA8DC (or 0xCFA8DC) is known color: Wisteria. HEX triplet: CF, A8 and DC. RGB value is (207,168,220). Sum of RGB (Red+Green+Blue) = 207+168+220=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8DC is #305723. Grayscale: #B9B9B9. Windows color (decimal): -3168036 or 14461135. OLE color: 14461135.
HSL color Cylindrical-coordinate representation of color #CFA8DC: hue angle of 285º 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 #CFA8DC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 168 | 220 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.14 |
| HSL | 285º | 0.43% | 0.76% | - |
| HSV(B) | 285º | 0.24% | 0.86% | - |
| XYZ | 52.65 | 46.44 | 73.9 | - |
| YUV | 185.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 220 | 0.06 | 0.24 | 0 | 0.14 | 285 | 0.43 | 0.76 |
| Hex | CF | A8 | DC | 6 | 18 | 0 | E | 11D | 2B | 4C |
| Octal | 317 | 250 | 334 | 6 | 30 | 0 | 16 | 435 | 53 | 114 |
| Binary | 11001111 | 10101000 | 11011100 | 110 | 11000 | 0 | 1110 | 100011101 | 101011 | 1001100 |
Color Harmonies of #CFA8DC
Complementary color
Monochromatic Colors of #CFA8DC
Black with #CFA8DC
Text Example
Text Example
White with #CFA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8DC; }
p { color: rgb(207,168,220); }
H1.HeaderClassName
{
color: #CFA8DC;
}
.AnyTagClassName
{
color: #CFA8DC;
}
</style>
background-color css
<style>
a { background-color: #CFA8DC; }
a { background-color: rgb(207,168,220); }
div.DivClassName
{
background-color: #CFA8DC;
}
.BgClassName
{
background-color: #CFA8DC;
}
</style>
border-color css
<style>
span { border-color: #CFA8DC; }
span { border-color: rgb(207,168,220); }
td.TdClassName
{
border-color: #CFA8DC;
}
.TagClassName
{
border-color: #CFA8DC;
}
</style>