Shades of Wisteria #CFA1EF
Tints of Wisteria #CFA1EF
RGB
CMYK
RGB Variations
Color information
#CFA1EF (or 0xCFA1EF) is known color: Wisteria. HEX triplet: CF, A1 and EF. RGB value is (207,161,239). Sum of RGB (Red+Green+Blue) = 207+161+239=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFA1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA1EF is #305E10. Grayscale: #B7B7B7. Windows color (decimal): -3169809 or 15704527. OLE color: 15704527.
HSL color Cylindrical-coordinate representation of color #CFA1EF: hue angle of 275.38º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA1EF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 161 | 239 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.06 |
| HSL | 275.38º | 0.71% | 0.78% | - |
| HSV(B) | 275.38º | 0.33% | 0.94% | - |
| XYZ | 54.06 | 44.99 | 87.5 | - |
| YUV | 183.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 239 | 0.13 | 0.33 | 0 | 0.06 | 275.38 | 0.71 | 0.78 |
| Hex | CF | A1 | EF | D | 21 | 0 | 6 | 113 | 47 | 4E |
| Octal | 317 | 241 | 357 | 15 | 41 | 0 | 6 | 423 | 107 | 116 |
| Binary | 11001111 | 10100001 | 11101111 | 1101 | 100001 | 0 | 110 | 100010011 | 1000111 | 1001110 |
Color Harmonies of #CFA1EF
Complementary color
Monochromatic Colors of #CFA1EF
Black with #CFA1EF
Text Example
Text Example
White with #CFA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1EF; }
p { color: rgb(207,161,239); }
H1.HeaderClassName
{
color: #CFA1EF;
}
.AnyTagClassName
{
color: #CFA1EF;
}
</style>
background-color css
<style>
a { background-color: #CFA1EF; }
a { background-color: rgb(207,161,239); }
div.DivClassName
{
background-color: #CFA1EF;
}
.BgClassName
{
background-color: #CFA1EF;
}
</style>
border-color css
<style>
span { border-color: #CFA1EF; }
span { border-color: rgb(207,161,239); }
td.TdClassName
{
border-color: #CFA1EF;
}
.TagClassName
{
border-color: #CFA1EF;
}
</style>