Shades of Wisteria #CFA6E9
Tints of Wisteria #CFA6E9
RGB
CMYK
RGB Variations
Color information
#CFA6E9 (or 0xCFA6E9) is known color: Wisteria. HEX triplet: CF, A6 and E9. RGB value is (207,166,233). Sum of RGB (Red+Green+Blue) = 207+166+233=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFA6E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6E9 is #305916. Grayscale: #B9B9B9. Windows color (decimal): -3168535 or 15312591. OLE color: 15312591.
HSL color Cylindrical-coordinate representation of color #CFA6E9: hue angle of 276.72º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA6E9 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 166 | 233 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.09 |
| HSL | 276.72º | 0.6% | 0.78% | - |
| HSV(B) | 276.72º | 0.29% | 0.91% | - |
| XYZ | 54.08 | 46.42 | 83.2 | - |
| YUV | 185.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 233 | 0.11 | 0.29 | 0 | 0.09 | 276.72 | 0.6 | 0.78 |
| Hex | CF | A6 | E9 | B | 1D | 0 | 9 | 115 | 3C | 4E |
| Octal | 317 | 246 | 351 | 13 | 35 | 0 | 11 | 425 | 74 | 116 |
| Binary | 11001111 | 10100110 | 11101001 | 1011 | 11101 | 0 | 1001 | 100010101 | 111100 | 1001110 |
Color Harmonies of #CFA6E9
Complementary color
Monochromatic Colors of #CFA6E9
Black with #CFA6E9
Text Example
Text Example
White with #CFA6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6E9; }
p { color: rgb(207,166,233); }
H1.HeaderClassName
{
color: #CFA6E9;
}
.AnyTagClassName
{
color: #CFA6E9;
}
</style>
background-color css
<style>
a { background-color: #CFA6E9; }
a { background-color: rgb(207,166,233); }
div.DivClassName
{
background-color: #CFA6E9;
}
.BgClassName
{
background-color: #CFA6E9;
}
</style>
border-color css
<style>
span { border-color: #CFA6E9; }
span { border-color: rgb(207,166,233); }
td.TdClassName
{
border-color: #CFA6E9;
}
.TagClassName
{
border-color: #CFA6E9;
}
</style>