Shades of Wisteria #CFA7EE
Tints of Wisteria #CFA7EE
RGB
CMYK
RGB Variations
Color information
#CFA7EE (or 0xCFA7EE) is known color: Wisteria. HEX triplet: CF, A7 and EE. RGB value is (207,167,238). Sum of RGB (Red+Green+Blue) = 207+167+238=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFA7EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7EE is #305811. Grayscale: #BABABA. Windows color (decimal): -3168274 or 15640527. OLE color: 15640527.
HSL color Cylindrical-coordinate representation of color #CFA7EE: hue angle of 273.8º degrees, saturation: 0.68, 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 #CFA7EE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 167 | 238 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.07 |
| HSL | 273.8º | 0.68% | 0.79% | - |
| HSV(B) | 273.8º | 0.3% | 0.93% | - |
| XYZ | 54.98 | 47.08 | 87.08 | - |
| YUV | 187.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 238 | 0.13 | 0.30 | 0 | 0.07 | 273.8 | 0.68 | 0.79 |
| Hex | CF | A7 | EE | D | 1E | 0 | 7 | 112 | 44 | 4F |
| Octal | 317 | 247 | 356 | 15 | 36 | 0 | 7 | 422 | 104 | 117 |
| Binary | 11001111 | 10100111 | 11101110 | 1101 | 11110 | 0 | 111 | 100010010 | 1000100 | 1001111 |
Color Harmonies of #CFA7EE
Complementary color
Monochromatic Colors of #CFA7EE
Black with #CFA7EE
Text Example
Text Example
White with #CFA7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7EE; }
p { color: rgb(207,167,238); }
H1.HeaderClassName
{
color: #CFA7EE;
}
.AnyTagClassName
{
color: #CFA7EE;
}
</style>
background-color css
<style>
a { background-color: #CFA7EE; }
a { background-color: rgb(207,167,238); }
div.DivClassName
{
background-color: #CFA7EE;
}
.BgClassName
{
background-color: #CFA7EE;
}
</style>
border-color css
<style>
span { border-color: #CFA7EE; }
span { border-color: rgb(207,167,238); }
td.TdClassName
{
border-color: #CFA7EE;
}
.TagClassName
{
border-color: #CFA7EE;
}
</style>