Shades of Wisteria #CFA9E4
Tints of Wisteria #CFA9E4
RGB
CMYK
RGB Variations
Color information
#CFA9E4 (or 0xCFA9E4) is known color: Wisteria. HEX triplet: CF, A9 and E4. RGB value is (207,169,228). Sum of RGB (Red+Green+Blue) = 207+169+228=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFA9E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9E4 is #30561B. Grayscale: #BABABA. Windows color (decimal): -3167772 or 14985679. OLE color: 14985679.
HSL color Cylindrical-coordinate representation of color #CFA9E4: hue angle of 278.64º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA9E4 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 169 | 228 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.11 |
| HSL | 278.64º | 0.52% | 0.78% | - |
| HSV(B) | 278.64º | 0.26% | 0.89% | - |
| XYZ | 53.92 | 47.24 | 79.68 | - |
| YUV | 187.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 228 | 0.09 | 0.26 | 0 | 0.11 | 278.64 | 0.52 | 0.78 |
| Hex | CF | A9 | E4 | 9 | 1A | 0 | B | 117 | 34 | 4E |
| Octal | 317 | 251 | 344 | 11 | 32 | 0 | 13 | 427 | 64 | 116 |
| Binary | 11001111 | 10101001 | 11100100 | 1001 | 11010 | 0 | 1011 | 100010111 | 110100 | 1001110 |
Color Harmonies of #CFA9E4
Complementary color
Monochromatic Colors of #CFA9E4
Black with #CFA9E4
Text Example
Text Example
White with #CFA9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9E4; }
p { color: rgb(207,169,228); }
H1.HeaderClassName
{
color: #CFA9E4;
}
.AnyTagClassName
{
color: #CFA9E4;
}
</style>
background-color css
<style>
a { background-color: #CFA9E4; }
a { background-color: rgb(207,169,228); }
div.DivClassName
{
background-color: #CFA9E4;
}
.BgClassName
{
background-color: #CFA9E4;
}
</style>
border-color css
<style>
span { border-color: #CFA9E4; }
span { border-color: rgb(207,169,228); }
td.TdClassName
{
border-color: #CFA9E4;
}
.TagClassName
{
border-color: #CFA9E4;
}
</style>