Shades of Wisteria #CFA0EF
Tints of Wisteria #CFA0EF
RGB
CMYK
RGB Variations
Color information
#CFA0EF (or 0xCFA0EF) is known color: Wisteria. HEX triplet: CF, A0 and EF. RGB value is (207,160,239). Sum of RGB (Red+Green+Blue) = 207+160+239=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFA0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA0EF is #305F10. Grayscale: #B6B6B6. Windows color (decimal): -3170065 or 15704271. OLE color: 15704271.
HSL color Cylindrical-coordinate representation of color #CFA0EF: hue angle of 275.7º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA0EF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 160 | 239 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.06 |
| HSL | 275.7º | 0.71% | 0.78% | - |
| HSV(B) | 275.7º | 0.33% | 0.94% | - |
| XYZ | 53.88 | 44.64 | 87.44 | - |
| YUV | 183.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 239 | 0.13 | 0.33 | 0 | 0.06 | 275.7 | 0.71 | 0.78 |
| Hex | CF | A0 | EF | D | 21 | 0 | 6 | 114 | 47 | 4E |
| Octal | 317 | 240 | 357 | 15 | 41 | 0 | 6 | 424 | 107 | 116 |
| Binary | 11001111 | 10100000 | 11101111 | 1101 | 100001 | 0 | 110 | 100010100 | 1000111 | 1001110 |
Color Harmonies of #CFA0EF
Complementary color
Monochromatic Colors of #CFA0EF
Black with #CFA0EF
Text Example
Text Example
White with #CFA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0EF; }
p { color: rgb(207,160,239); }
H1.HeaderClassName
{
color: #CFA0EF;
}
.AnyTagClassName
{
color: #CFA0EF;
}
</style>
background-color css
<style>
a { background-color: #CFA0EF; }
a { background-color: rgb(207,160,239); }
div.DivClassName
{
background-color: #CFA0EF;
}
.BgClassName
{
background-color: #CFA0EF;
}
</style>
border-color css
<style>
span { border-color: #CFA0EF; }
span { border-color: rgb(207,160,239); }
td.TdClassName
{
border-color: #CFA0EF;
}
.TagClassName
{
border-color: #CFA0EF;
}
</style>