Shades of Wisteria #CFA6E8
Tints of Wisteria #CFA6E8
RGB
CMYK
RGB Variations
Color information
#CFA6E8 (or 0xCFA6E8) is known color: Wisteria. HEX triplet: CF, A6 and E8. RGB value is (207,166,232). Sum of RGB (Red+Green+Blue) = 207+166+232=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFA6E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6E8 is #305917. Grayscale: #B9B9B9. Windows color (decimal): -3168536 or 15247055. OLE color: 15247055.
HSL color Cylindrical-coordinate representation of color #CFA6E8: hue angle of 277.27º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFA6E8 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 166 | 232 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.09 |
| HSL | 277.27º | 0.59% | 0.78% | - |
| HSV(B) | 277.27º | 0.28% | 0.91% | - |
| XYZ | 53.93 | 46.36 | 82.45 | - |
| YUV | 185.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 232 | 0.11 | 0.28 | 0 | 0.09 | 277.27 | 0.59 | 0.78 |
| Hex | CF | A6 | E8 | B | 1C | 0 | 9 | 115 | 3B | 4E |
| Octal | 317 | 246 | 350 | 13 | 34 | 0 | 11 | 425 | 73 | 116 |
| Binary | 11001111 | 10100110 | 11101000 | 1011 | 11100 | 0 | 1001 | 100010101 | 111011 | 1001110 |
Color Harmonies of #CFA6E8
Complementary color
Monochromatic Colors of #CFA6E8
Black with #CFA6E8
Text Example
Text Example
White with #CFA6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6E8; }
p { color: rgb(207,166,232); }
H1.HeaderClassName
{
color: #CFA6E8;
}
.AnyTagClassName
{
color: #CFA6E8;
}
</style>
background-color css
<style>
a { background-color: #CFA6E8; }
a { background-color: rgb(207,166,232); }
div.DivClassName
{
background-color: #CFA6E8;
}
.BgClassName
{
background-color: #CFA6E8;
}
</style>
border-color css
<style>
span { border-color: #CFA6E8; }
span { border-color: rgb(207,166,232); }
td.TdClassName
{
border-color: #CFA6E8;
}
.TagClassName
{
border-color: #CFA6E8;
}
</style>