Shades of Wisteria #CFA9ED
Tints of Wisteria #CFA9ED
RGB
CMYK
RGB Variations
Color information
#CFA9ED (or 0xCFA9ED) is known color: Wisteria. HEX triplet: CF, A9 and ED. RGB value is (207,169,237). Sum of RGB (Red+Green+Blue) = 207+169+237=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFA9ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA9ED is #305612. Grayscale: #BBBBBB. Windows color (decimal): -3167763 or 15575503. OLE color: 15575503.
HSL color Cylindrical-coordinate representation of color #CFA9ED: hue angle of 273.53º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA9ED is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 169 | 237 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.07 |
| HSL | 273.53º | 0.65% | 0.8% | - |
| HSV(B) | 273.53º | 0.29% | 0.93% | - |
| XYZ | 55.21 | 47.76 | 86.43 | - |
| YUV | 188.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 237 | 0.13 | 0.29 | 0 | 0.07 | 273.53 | 0.65 | 0.8 |
| Hex | CF | A9 | ED | D | 1D | 0 | 7 | 112 | 41 | 50 |
| Octal | 317 | 251 | 355 | 15 | 35 | 0 | 7 | 422 | 101 | 120 |
| Binary | 11001111 | 10101001 | 11101101 | 1101 | 11101 | 0 | 111 | 100010010 | 1000001 | 1010000 |
Color Harmonies of #CFA9ED
Complementary color
Monochromatic Colors of #CFA9ED
Black with #CFA9ED
Text Example
Text Example
White with #CFA9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9ED; }
p { color: rgb(207,169,237); }
H1.HeaderClassName
{
color: #CFA9ED;
}
.AnyTagClassName
{
color: #CFA9ED;
}
</style>
background-color css
<style>
a { background-color: #CFA9ED; }
a { background-color: rgb(207,169,237); }
div.DivClassName
{
background-color: #CFA9ED;
}
.BgClassName
{
background-color: #CFA9ED;
}
</style>
border-color css
<style>
span { border-color: #CFA9ED; }
span { border-color: rgb(207,169,237); }
td.TdClassName
{
border-color: #CFA9ED;
}
.TagClassName
{
border-color: #CFA9ED;
}
</style>