Shades of Wisteria #CFA2E9
Tints of Wisteria #CFA2E9
RGB
CMYK
RGB Variations
Color information
#CFA2E9 (or 0xCFA2E9) is known color: Wisteria. HEX triplet: CF, A2 and E9. RGB value is (207,162,233). Sum of RGB (Red+Green+Blue) = 207+162+233=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFA2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA2E9 is #305D16. Grayscale: #B7B7B7. Windows color (decimal): -3169559 or 15311567. OLE color: 15311567.
HSL color Cylindrical-coordinate representation of color #CFA2E9: hue angle of 278.03º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA2E9 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 162 | 233 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.09 |
| HSL | 278.03º | 0.62% | 0.77% | - |
| HSV(B) | 278.03º | 0.3% | 0.91% | - |
| XYZ | 53.36 | 44.99 | 82.96 | - |
| YUV | 183.55 | 155.91 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 233 | 0.11 | 0.30 | 0 | 0.09 | 278.03 | 0.62 | 0.77 |
| Hex | CF | A2 | E9 | B | 1E | 0 | 9 | 116 | 3E | 4D |
| Octal | 317 | 242 | 351 | 13 | 36 | 0 | 11 | 426 | 76 | 115 |
| Binary | 11001111 | 10100010 | 11101001 | 1011 | 11110 | 0 | 1001 | 100010110 | 111110 | 1001101 |
Color Harmonies of #CFA2E9
Complementary color
Monochromatic Colors of #CFA2E9
Black with #CFA2E9
Text Example
Text Example
White with #CFA2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2E9; }
p { color: rgb(207,162,233); }
H1.HeaderClassName
{
color: #CFA2E9;
}
.AnyTagClassName
{
color: #CFA2E9;
}
</style>
background-color css
<style>
a { background-color: #CFA2E9; }
a { background-color: rgb(207,162,233); }
div.DivClassName
{
background-color: #CFA2E9;
}
.BgClassName
{
background-color: #CFA2E9;
}
</style>
border-color css
<style>
span { border-color: #CFA2E9; }
span { border-color: rgb(207,162,233); }
td.TdClassName
{
border-color: #CFA2E9;
}
.TagClassName
{
border-color: #CFA2E9;
}
</style>