Shades of Wisteria #CFA7EF
Tints of Wisteria #CFA7EF
RGB
CMYK
RGB Variations
Color information
#CFA7EF (or 0xCFA7EF) is known color: Wisteria. HEX triplet: CF, A7 and EF. RGB value is (207,167,239). Sum of RGB (Red+Green+Blue) = 207+167+239=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFA7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7EF is #305810. Grayscale: #BABABA. Windows color (decimal): -3168273 or 15706063. OLE color: 15706063.
HSL color Cylindrical-coordinate representation of color #CFA7EF: hue angle of 273.33º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA7EF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 167 | 239 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.06 |
| HSL | 273.33º | 0.69% | 0.8% | - |
| HSV(B) | 273.33º | 0.3% | 0.94% | - |
| XYZ | 55.13 | 47.13 | 87.85 | - |
| YUV | 187.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 239 | 0.13 | 0.30 | 0 | 0.06 | 273.33 | 0.69 | 0.8 |
| Hex | CF | A7 | EF | D | 1E | 0 | 6 | 111 | 45 | 50 |
| Octal | 317 | 247 | 357 | 15 | 36 | 0 | 6 | 421 | 105 | 120 |
| Binary | 11001111 | 10100111 | 11101111 | 1101 | 11110 | 0 | 110 | 100010001 | 1000101 | 1010000 |
Color Harmonies of #CFA7EF
Complementary color
Monochromatic Colors of #CFA7EF
Black with #CFA7EF
Text Example
Text Example
White with #CFA7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7EF; }
p { color: rgb(207,167,239); }
H1.HeaderClassName
{
color: #CFA7EF;
}
.AnyTagClassName
{
color: #CFA7EF;
}
</style>
background-color css
<style>
a { background-color: #CFA7EF; }
a { background-color: rgb(207,167,239); }
div.DivClassName
{
background-color: #CFA7EF;
}
.BgClassName
{
background-color: #CFA7EF;
}
</style>
border-color css
<style>
span { border-color: #CFA7EF; }
span { border-color: rgb(207,167,239); }
td.TdClassName
{
border-color: #CFA7EF;
}
.TagClassName
{
border-color: #CFA7EF;
}
</style>