Shades of Wisteria #CF8BE1
Tints of Wisteria #CF8BE1
RGB
CMYK
RGB Variations
Color information
#CF8BE1 (or 0xCF8BE1) is known color: Wisteria. HEX triplet: CF, 8B and E1. RGB value is (207,139,225). Sum of RGB (Red+Green+Blue) = 207+139+225=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF8BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BE1 is #30741E. Grayscale: #A8A8A8. Windows color (decimal): -3175455 or 14781391. OLE color: 14781391.
HSL color Cylindrical-coordinate representation of color #CF8BE1: hue angle of 287.44º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF8BE1 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 139 | 225 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.12 |
| HSL | 287.44º | 0.59% | 0.71% | - |
| HSV(B) | 287.44º | 0.38% | 0.88% | - |
| XYZ | 48.56 | 37.17 | 75.85 | - |
| YUV | 169.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 225 | 0.08 | 0.38 | 0 | 0.12 | 287.44 | 0.59 | 0.71 |
| Hex | CF | 8B | E1 | 8 | 26 | 0 | C | 11F | 3B | 47 |
| Octal | 317 | 213 | 341 | 10 | 46 | 0 | 14 | 437 | 73 | 107 |
| Binary | 11001111 | 10001011 | 11100001 | 1000 | 100110 | 0 | 1100 | 100011111 | 111011 | 1000111 |
Color Harmonies of #CF8BE1
Complementary color
Monochromatic Colors of #CF8BE1
Black with #CF8BE1
Text Example
Text Example
White with #CF8BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BE1; }
p { color: rgb(207,139,225); }
H1.HeaderClassName
{
color: #CF8BE1;
}
.AnyTagClassName
{
color: #CF8BE1;
}
</style>
background-color css
<style>
a { background-color: #CF8BE1; }
a { background-color: rgb(207,139,225); }
div.DivClassName
{
background-color: #CF8BE1;
}
.BgClassName
{
background-color: #CF8BE1;
}
</style>
border-color css
<style>
span { border-color: #CF8BE1; }
span { border-color: rgb(207,139,225); }
td.TdClassName
{
border-color: #CF8BE1;
}
.TagClassName
{
border-color: #CF8BE1;
}
</style>