Shades of Wisteria #CFA0F0
Tints of Wisteria #CFA0F0
RGB
CMYK
RGB Variations
Color information
#CFA0F0 (or 0xCFA0F0) is known color: Wisteria. HEX triplet: CF, A0 and F0. RGB value is (207,160,240). Sum of RGB (Red+Green+Blue) = 207+160+240=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFA0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA0F0 is #305F0F. Grayscale: #B6B6B6. Windows color (decimal): -3170064 or 15769807. OLE color: 15769807.
HSL color Cylindrical-coordinate representation of color #CFA0F0: hue angle of 275.25º degrees, saturation: 0.73, 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 #CFA0F0 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 160 | 240 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.06 |
| HSL | 275.25º | 0.73% | 0.78% | - |
| HSV(B) | 275.25º | 0.33% | 0.94% | - |
| XYZ | 54.03 | 44.7 | 88.22 | - |
| YUV | 183.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 240 | 0.14 | 0.33 | 0 | 0.06 | 275.25 | 0.73 | 0.78 |
| Hex | CF | A0 | F0 | E | 21 | 0 | 6 | 113 | 49 | 4E |
| Octal | 317 | 240 | 360 | 16 | 41 | 0 | 6 | 423 | 111 | 116 |
| Binary | 11001111 | 10100000 | 11110000 | 1110 | 100001 | 0 | 110 | 100010011 | 1001001 | 1001110 |
Color Harmonies of #CFA0F0
Complementary color
Monochromatic Colors of #CFA0F0
Black with #CFA0F0
Text Example
Text Example
White with #CFA0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0F0; }
p { color: rgb(207,160,240); }
H1.HeaderClassName
{
color: #CFA0F0;
}
.AnyTagClassName
{
color: #CFA0F0;
}
</style>
background-color css
<style>
a { background-color: #CFA0F0; }
a { background-color: rgb(207,160,240); }
div.DivClassName
{
background-color: #CFA0F0;
}
.BgClassName
{
background-color: #CFA0F0;
}
</style>
border-color css
<style>
span { border-color: #CFA0F0; }
span { border-color: rgb(207,160,240); }
td.TdClassName
{
border-color: #CFA0F0;
}
.TagClassName
{
border-color: #CFA0F0;
}
</style>