Shades of Wisteria #CFA0D8
Tints of Wisteria #CFA0D8
RGB
CMYK
RGB Variations
Color information
#CFA0D8 (or 0xCFA0D8) is known color: Wisteria. HEX triplet: CF, A0 and D8. RGB value is (207,160,216). Sum of RGB (Red+Green+Blue) = 207+160+216=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFA0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0D8 is #305F27. Grayscale: #B4B4B4. Windows color (decimal): -3170088 or 14196943. OLE color: 14196943.
HSL color Cylindrical-coordinate representation of color #CFA0D8: hue angle of 290.36º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA0D8 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 160 | 216 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.15 |
| HSL | 290.36º | 0.42% | 0.74% | - |
| HSV(B) | 290.36º | 0.26% | 0.85% | - |
| XYZ | 50.7 | 43.36 | 70.66 | - |
| YUV | 180.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 216 | 0.04 | 0.26 | 0 | 0.15 | 290.36 | 0.42 | 0.74 |
| Hex | CF | A0 | D8 | 4 | 1A | 0 | F | 122 | 2A | 4A |
| Octal | 317 | 240 | 330 | 4 | 32 | 0 | 17 | 442 | 52 | 112 |
| Binary | 11001111 | 10100000 | 11011000 | 100 | 11010 | 0 | 1111 | 100100010 | 101010 | 1001010 |
Color Harmonies of #CFA0D8
Complementary color
Monochromatic Colors of #CFA0D8
Black with #CFA0D8
Text Example
Text Example
White with #CFA0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0D8; }
p { color: rgb(207,160,216); }
H1.HeaderClassName
{
color: #CFA0D8;
}
.AnyTagClassName
{
color: #CFA0D8;
}
</style>
background-color css
<style>
a { background-color: #CFA0D8; }
a { background-color: rgb(207,160,216); }
div.DivClassName
{
background-color: #CFA0D8;
}
.BgClassName
{
background-color: #CFA0D8;
}
</style>
border-color css
<style>
span { border-color: #CFA0D8; }
span { border-color: rgb(207,160,216); }
td.TdClassName
{
border-color: #CFA0D8;
}
.TagClassName
{
border-color: #CFA0D8;
}
</style>