Shades of Wisteria #CFA1E5
Tints of Wisteria #CFA1E5
RGB
CMYK
RGB Variations
Color information
#CFA1E5 (or 0xCFA1E5) is known color: Wisteria. HEX triplet: CF, A1 and E5. RGB value is (207,161,229). Sum of RGB (Red+Green+Blue) = 207+161+229=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1E5 is #305E1A. Grayscale: #B6B6B6. Windows color (decimal): -3169819 or 15049167. OLE color: 15049167.
HSL color Cylindrical-coordinate representation of color #CFA1E5: hue angle of 280.59º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA1E5 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 161 | 229 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.10 |
| HSL | 280.59º | 0.57% | 0.76% | - |
| HSV(B) | 280.59º | 0.3% | 0.9% | - |
| XYZ | 52.62 | 44.41 | 79.93 | - |
| YUV | 182.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 229 | 0.10 | 0.30 | 0 | 0.10 | 280.59 | 0.57 | 0.76 |
| Hex | CF | A1 | E5 | A | 1E | 0 | A | 119 | 39 | 4C |
| Octal | 317 | 241 | 345 | 12 | 36 | 0 | 12 | 431 | 71 | 114 |
| Binary | 11001111 | 10100001 | 11100101 | 1010 | 11110 | 0 | 1010 | 100011001 | 111001 | 1001100 |
Color Harmonies of #CFA1E5
Complementary color
Monochromatic Colors of #CFA1E5
Black with #CFA1E5
Text Example
Text Example
White with #CFA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1E5; }
p { color: rgb(207,161,229); }
H1.HeaderClassName
{
color: #CFA1E5;
}
.AnyTagClassName
{
color: #CFA1E5;
}
</style>
background-color css
<style>
a { background-color: #CFA1E5; }
a { background-color: rgb(207,161,229); }
div.DivClassName
{
background-color: #CFA1E5;
}
.BgClassName
{
background-color: #CFA1E5;
}
</style>
border-color css
<style>
span { border-color: #CFA1E5; }
span { border-color: rgb(207,161,229); }
td.TdClassName
{
border-color: #CFA1E5;
}
.TagClassName
{
border-color: #CFA1E5;
}
</style>