Shades of Wisteria #CFA2E6
Tints of Wisteria #CFA2E6
RGB
CMYK
RGB Variations
Color information
#CFA2E6 (or 0xCFA2E6) is known color: Wisteria. HEX triplet: CF, A2 and E6. RGB value is (207,162,230). Sum of RGB (Red+Green+Blue) = 207+162+230=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFA2E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA2E6 is #305D19. Grayscale: #B6B6B6. Windows color (decimal): -3169562 or 15114959. OLE color: 15114959.
HSL color Cylindrical-coordinate representation of color #CFA2E6: hue angle of 279.71º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA2E6 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 162 | 230 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.10 |
| HSL | 279.71º | 0.58% | 0.77% | - |
| HSV(B) | 279.71º | 0.3% | 0.9% | - |
| XYZ | 52.94 | 44.82 | 80.72 | - |
| YUV | 183.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 230 | 0.10 | 0.30 | 0 | 0.10 | 279.71 | 0.58 | 0.77 |
| Hex | CF | A2 | E6 | A | 1E | 0 | A | 118 | 3A | 4D |
| Octal | 317 | 242 | 346 | 12 | 36 | 0 | 12 | 430 | 72 | 115 |
| Binary | 11001111 | 10100010 | 11100110 | 1010 | 11110 | 0 | 1010 | 100011000 | 111010 | 1001101 |
Color Harmonies of #CFA2E6
Complementary color
Monochromatic Colors of #CFA2E6
Black with #CFA2E6
Text Example
Text Example
White with #CFA2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2E6; }
p { color: rgb(207,162,230); }
H1.HeaderClassName
{
color: #CFA2E6;
}
.AnyTagClassName
{
color: #CFA2E6;
}
</style>
background-color css
<style>
a { background-color: #CFA2E6; }
a { background-color: rgb(207,162,230); }
div.DivClassName
{
background-color: #CFA2E6;
}
.BgClassName
{
background-color: #CFA2E6;
}
</style>
border-color css
<style>
span { border-color: #CFA2E6; }
span { border-color: rgb(207,162,230); }
td.TdClassName
{
border-color: #CFA2E6;
}
.TagClassName
{
border-color: #CFA2E6;
}
</style>