Shades of Wisteria #CF8BE0
Tints of Wisteria #CF8BE0
RGB
CMYK
RGB Variations
Color information
#CF8BE0 (or 0xCF8BE0) is known color: Wisteria. HEX triplet: CF, 8B and E0. RGB value is (207,139,224). Sum of RGB (Red+Green+Blue) = 207+139+224=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF8BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BE0 is #30741F. Grayscale: #A8A8A8. Windows color (decimal): -3175456 or 14715855. OLE color: 14715855.
HSL color Cylindrical-coordinate representation of color #CF8BE0: hue angle of 288º degrees, saturation: 0.58, 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 #CF8BE0 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 139 | 224 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.12 |
| HSL | 288º | 0.58% | 0.71% | - |
| HSV(B) | 288º | 0.38% | 0.88% | - |
| XYZ | 48.42 | 37.11 | 75.13 | - |
| YUV | 169.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 224 | 0.08 | 0.38 | 0 | 0.12 | 288 | 0.58 | 0.71 |
| Hex | CF | 8B | E0 | 8 | 26 | 0 | C | 120 | 3A | 47 |
| Octal | 317 | 213 | 340 | 10 | 46 | 0 | 14 | 440 | 72 | 107 |
| Binary | 11001111 | 10001011 | 11100000 | 1000 | 100110 | 0 | 1100 | 100100000 | 111010 | 1000111 |
Color Harmonies of #CF8BE0
Complementary color
Monochromatic Colors of #CF8BE0
Black with #CF8BE0
Text Example
Text Example
White with #CF8BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BE0; }
p { color: rgb(207,139,224); }
H1.HeaderClassName
{
color: #CF8BE0;
}
.AnyTagClassName
{
color: #CF8BE0;
}
</style>
background-color css
<style>
a { background-color: #CF8BE0; }
a { background-color: rgb(207,139,224); }
div.DivClassName
{
background-color: #CF8BE0;
}
.BgClassName
{
background-color: #CF8BE0;
}
</style>
border-color css
<style>
span { border-color: #CF8BE0; }
span { border-color: rgb(207,139,224); }
td.TdClassName
{
border-color: #CF8BE0;
}
.TagClassName
{
border-color: #CF8BE0;
}
</style>