Shades of Wisteria #CFA8E1
Tints of Wisteria #CFA8E1
RGB
CMYK
RGB Variations
Color information
#CFA8E1 (or 0xCFA8E1) is known color: Wisteria. HEX triplet: CF, A8 and E1. RGB value is (207,168,225). Sum of RGB (Red+Green+Blue) = 207+168+225=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFA8E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8E1 is #30571E. Grayscale: #B9B9B9. Windows color (decimal): -3168031 or 14788815. OLE color: 14788815.
HSL color Cylindrical-coordinate representation of color #CFA8E1: hue angle of 281.05º degrees, saturation: 0.49, 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 #CFA8E1 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 168 | 225 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.12 |
| HSL | 281.05º | 0.49% | 0.77% | - |
| HSV(B) | 281.05º | 0.25% | 0.88% | - |
| XYZ | 53.33 | 46.71 | 77.44 | - |
| YUV | 186.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 225 | 0.08 | 0.25 | 0 | 0.12 | 281.05 | 0.49 | 0.77 |
| Hex | CF | A8 | E1 | 8 | 19 | 0 | C | 119 | 31 | 4D |
| Octal | 317 | 250 | 341 | 10 | 31 | 0 | 14 | 431 | 61 | 115 |
| Binary | 11001111 | 10101000 | 11100001 | 1000 | 11001 | 0 | 1100 | 100011001 | 110001 | 1001101 |
Color Harmonies of #CFA8E1
Complementary color
Monochromatic Colors of #CFA8E1
Black with #CFA8E1
Text Example
Text Example
White with #CFA8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8E1; }
p { color: rgb(207,168,225); }
H1.HeaderClassName
{
color: #CFA8E1;
}
.AnyTagClassName
{
color: #CFA8E1;
}
</style>
background-color css
<style>
a { background-color: #CFA8E1; }
a { background-color: rgb(207,168,225); }
div.DivClassName
{
background-color: #CFA8E1;
}
.BgClassName
{
background-color: #CFA8E1;
}
</style>
border-color css
<style>
span { border-color: #CFA8E1; }
span { border-color: rgb(207,168,225); }
td.TdClassName
{
border-color: #CFA8E1;
}
.TagClassName
{
border-color: #CFA8E1;
}
</style>