Shades of Wisteria #CFA0E6
Tints of Wisteria #CFA0E6
RGB
CMYK
RGB Variations
Color information
#CFA0E6 (or 0xCFA0E6) is known color: Wisteria. HEX triplet: CF, A0 and E6. RGB value is (207,160,230). Sum of RGB (Red+Green+Blue) = 207+160+230=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFA0E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA0E6 is #305F19. Grayscale: #B5B5B5. Windows color (decimal): -3170074 or 15114447. OLE color: 15114447.
HSL color Cylindrical-coordinate representation of color #CFA0E6: hue angle of 280.29º degrees, saturation: 0.58, 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 #CFA0E6 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 160 | 230 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.10 |
| HSL | 280.29º | 0.58% | 0.76% | - |
| HSV(B) | 280.29º | 0.3% | 0.9% | - |
| XYZ | 52.59 | 44.12 | 80.61 | - |
| YUV | 182.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 230 | 0.10 | 0.30 | 0 | 0.10 | 280.29 | 0.58 | 0.76 |
| Hex | CF | A0 | E6 | A | 1E | 0 | A | 118 | 3A | 4C |
| Octal | 317 | 240 | 346 | 12 | 36 | 0 | 12 | 430 | 72 | 114 |
| Binary | 11001111 | 10100000 | 11100110 | 1010 | 11110 | 0 | 1010 | 100011000 | 111010 | 1001100 |
Color Harmonies of #CFA0E6
Complementary color
Monochromatic Colors of #CFA0E6
Black with #CFA0E6
Text Example
Text Example
White with #CFA0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0E6; }
p { color: rgb(207,160,230); }
H1.HeaderClassName
{
color: #CFA0E6;
}
.AnyTagClassName
{
color: #CFA0E6;
}
</style>
background-color css
<style>
a { background-color: #CFA0E6; }
a { background-color: rgb(207,160,230); }
div.DivClassName
{
background-color: #CFA0E6;
}
.BgClassName
{
background-color: #CFA0E6;
}
</style>
border-color css
<style>
span { border-color: #CFA0E6; }
span { border-color: rgb(207,160,230); }
td.TdClassName
{
border-color: #CFA0E6;
}
.TagClassName
{
border-color: #CFA0E6;
}
</style>