Shades of Wisteria #CFA9EA
Tints of Wisteria #CFA9EA
RGB
CMYK
RGB Variations
Color information
#CFA9EA (or 0xCFA9EA) is known color: Wisteria. HEX triplet: CF, A9 and EA. RGB value is (207,169,234). Sum of RGB (Red+Green+Blue) = 207+169+234=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA9EA is #305615. Grayscale: #BBBBBB. Windows color (decimal): -3167766 or 15378895. OLE color: 15378895.
HSL color Cylindrical-coordinate representation of color #CFA9EA: hue angle of 275.08º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFA9EA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 169 | 234 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.08 |
| HSL | 275.08º | 0.61% | 0.79% | - |
| HSV(B) | 275.08º | 0.28% | 0.92% | - |
| XYZ | 54.77 | 47.58 | 84.14 | - |
| YUV | 187.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 234 | 0.12 | 0.28 | 0 | 0.08 | 275.08 | 0.61 | 0.79 |
| Hex | CF | A9 | EA | C | 1C | 0 | 8 | 113 | 3D | 4F |
| Octal | 317 | 251 | 352 | 14 | 34 | 0 | 10 | 423 | 75 | 117 |
| Binary | 11001111 | 10101001 | 11101010 | 1100 | 11100 | 0 | 1000 | 100010011 | 111101 | 1001111 |
Color Harmonies of #CFA9EA
Complementary color
Monochromatic Colors of #CFA9EA
Black with #CFA9EA
Text Example
Text Example
White with #CFA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9EA; }
p { color: rgb(207,169,234); }
H1.HeaderClassName
{
color: #CFA9EA;
}
.AnyTagClassName
{
color: #CFA9EA;
}
</style>
background-color css
<style>
a { background-color: #CFA9EA; }
a { background-color: rgb(207,169,234); }
div.DivClassName
{
background-color: #CFA9EA;
}
.BgClassName
{
background-color: #CFA9EA;
}
</style>
border-color css
<style>
span { border-color: #CFA9EA; }
span { border-color: rgb(207,169,234); }
td.TdClassName
{
border-color: #CFA9EA;
}
.TagClassName
{
border-color: #CFA9EA;
}
</style>