Shades of Wisteria #CFA7E7
Tints of Wisteria #CFA7E7
RGB
CMYK
RGB Variations
Color information
#CFA7E7 (or 0xCFA7E7) is known color: Wisteria. HEX triplet: CF, A7 and E7. RGB value is (207,167,231). Sum of RGB (Red+Green+Blue) = 207+167+231=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFA7E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7E7 is #305818. Grayscale: #BABABA. Windows color (decimal): -3168281 or 15181775. OLE color: 15181775.
HSL color Cylindrical-coordinate representation of color #CFA7E7: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFA7E7 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 167 | 231 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.09 |
| HSL | 277.5º | 0.57% | 0.78% | - |
| HSV(B) | 277.5º | 0.28% | 0.91% | - |
| XYZ | 53.97 | 46.67 | 81.77 | - |
| YUV | 186.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 231 | 0.10 | 0.28 | 0 | 0.09 | 277.5 | 0.57 | 0.78 |
| Hex | CF | A7 | E7 | A | 1C | 0 | 9 | 116 | 39 | 4E |
| Octal | 317 | 247 | 347 | 12 | 34 | 0 | 11 | 426 | 71 | 116 |
| Binary | 11001111 | 10100111 | 11100111 | 1010 | 11100 | 0 | 1001 | 100010110 | 111001 | 1001110 |
Color Harmonies of #CFA7E7
Complementary color
Monochromatic Colors of #CFA7E7
Black with #CFA7E7
Text Example
Text Example
White with #CFA7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7E7; }
p { color: rgb(207,167,231); }
H1.HeaderClassName
{
color: #CFA7E7;
}
.AnyTagClassName
{
color: #CFA7E7;
}
</style>
background-color css
<style>
a { background-color: #CFA7E7; }
a { background-color: rgb(207,167,231); }
div.DivClassName
{
background-color: #CFA7E7;
}
.BgClassName
{
background-color: #CFA7E7;
}
</style>
border-color css
<style>
span { border-color: #CFA7E7; }
span { border-color: rgb(207,167,231); }
td.TdClassName
{
border-color: #CFA7E7;
}
.TagClassName
{
border-color: #CFA7E7;
}
</style>