Shades of Wisteria #CFA7ED
Tints of Wisteria #CFA7ED
RGB
CMYK
RGB Variations
Color information
#CFA7ED (or 0xCFA7ED) is known color: Wisteria. HEX triplet: CF, A7 and ED. RGB value is (207,167,237). Sum of RGB (Red+Green+Blue) = 207+167+237=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFA7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7ED is #305812. Grayscale: #BABABA. Windows color (decimal): -3168275 or 15574991. OLE color: 15574991.
HSL color Cylindrical-coordinate representation of color #CFA7ED: hue angle of 274.29º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA7ED is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 167 | 237 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.07 |
| HSL | 274.29º | 0.66% | 0.79% | - |
| HSV(B) | 274.29º | 0.3% | 0.93% | - |
| XYZ | 54.84 | 47.02 | 86.31 | - |
| YUV | 186.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 237 | 0.13 | 0.30 | 0 | 0.07 | 274.29 | 0.66 | 0.79 |
| Hex | CF | A7 | ED | D | 1E | 0 | 7 | 112 | 42 | 4F |
| Octal | 317 | 247 | 355 | 15 | 36 | 0 | 7 | 422 | 102 | 117 |
| Binary | 11001111 | 10100111 | 11101101 | 1101 | 11110 | 0 | 111 | 100010010 | 1000010 | 1001111 |
Color Harmonies of #CFA7ED
Complementary color
Monochromatic Colors of #CFA7ED
Black with #CFA7ED
Text Example
Text Example
White with #CFA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7ED; }
p { color: rgb(207,167,237); }
H1.HeaderClassName
{
color: #CFA7ED;
}
.AnyTagClassName
{
color: #CFA7ED;
}
</style>
background-color css
<style>
a { background-color: #CFA7ED; }
a { background-color: rgb(207,167,237); }
div.DivClassName
{
background-color: #CFA7ED;
}
.BgClassName
{
background-color: #CFA7ED;
}
</style>
border-color css
<style>
span { border-color: #CFA7ED; }
span { border-color: rgb(207,167,237); }
td.TdClassName
{
border-color: #CFA7ED;
}
.TagClassName
{
border-color: #CFA7ED;
}
</style>