Shades of Wisteria #CFA9E0
Tints of Wisteria #CFA9E0
RGB
CMYK
RGB Variations
Color information
#CFA9E0 (or 0xCFA9E0) is known color: Wisteria. HEX triplet: CF, A9 and E0. RGB value is (207,169,224). Sum of RGB (Red+Green+Blue) = 207+169+224=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFA9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9E0 is #30561F. Grayscale: #BABABA. Windows color (decimal): -3167776 or 14723535. OLE color: 14723535.
HSL color Cylindrical-coordinate representation of color #CFA9E0: hue angle of 281.45º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA9E0 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 169 | 224 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.12 |
| HSL | 281.45º | 0.47% | 0.77% | - |
| HSV(B) | 281.45º | 0.25% | 0.88% | - |
| XYZ | 53.37 | 47.02 | 76.78 | - |
| YUV | 186.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 224 | 0.08 | 0.25 | 0 | 0.12 | 281.45 | 0.47 | 0.77 |
| Hex | CF | A9 | E0 | 8 | 19 | 0 | C | 119 | 2F | 4D |
| Octal | 317 | 251 | 340 | 10 | 31 | 0 | 14 | 431 | 57 | 115 |
| Binary | 11001111 | 10101001 | 11100000 | 1000 | 11001 | 0 | 1100 | 100011001 | 101111 | 1001101 |
Color Harmonies of #CFA9E0
Complementary color
Monochromatic Colors of #CFA9E0
Black with #CFA9E0
Text Example
Text Example
White with #CFA9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9E0; }
p { color: rgb(207,169,224); }
H1.HeaderClassName
{
color: #CFA9E0;
}
.AnyTagClassName
{
color: #CFA9E0;
}
</style>
background-color css
<style>
a { background-color: #CFA9E0; }
a { background-color: rgb(207,169,224); }
div.DivClassName
{
background-color: #CFA9E0;
}
.BgClassName
{
background-color: #CFA9E0;
}
</style>
border-color css
<style>
span { border-color: #CFA9E0; }
span { border-color: rgb(207,169,224); }
td.TdClassName
{
border-color: #CFA9E0;
}
.TagClassName
{
border-color: #CFA9E0;
}
</style>