Shades of Wisteria #CF89ED
Tints of Wisteria #CF89ED
RGB
CMYK
RGB Variations
Color information
#CF89ED (or 0xCF89ED) is known color: Wisteria. HEX triplet: CF, 89 and ED. RGB value is (207,137,237). Sum of RGB (Red+Green+Blue) = 207+137+237=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF89ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF89ED is #307612. Grayscale: #A9A9A9. Windows color (decimal): -3175955 or 15567311. OLE color: 15567311.
HSL color Cylindrical-coordinate representation of color #CF89ED: hue angle of 282º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF89ED is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 137 | 237 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.07 |
| HSL | 282º | 0.74% | 0.73% | - |
| HSV(B) | 282º | 0.42% | 0.93% | - |
| XYZ | 49.96 | 37.27 | 84.68 | - |
| YUV | 169.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 237 | 0.13 | 0.42 | 0 | 0.07 | 282 | 0.74 | 0.73 |
| Hex | CF | 89 | ED | D | 2A | 0 | 7 | 11A | 4A | 49 |
| Octal | 317 | 211 | 355 | 15 | 52 | 0 | 7 | 432 | 112 | 111 |
| Binary | 11001111 | 10001001 | 11101101 | 1101 | 101010 | 0 | 111 | 100011010 | 1001010 | 1001001 |
Color Harmonies of #CF89ED
Complementary color
Monochromatic Colors of #CF89ED
Black with #CF89ED
Text Example
Text Example
White with #CF89ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89ED; }
p { color: rgb(207,137,237); }
H1.HeaderClassName
{
color: #CF89ED;
}
.AnyTagClassName
{
color: #CF89ED;
}
</style>
background-color css
<style>
a { background-color: #CF89ED; }
a { background-color: rgb(207,137,237); }
div.DivClassName
{
background-color: #CF89ED;
}
.BgClassName
{
background-color: #CF89ED;
}
</style>
border-color css
<style>
span { border-color: #CF89ED; }
span { border-color: rgb(207,137,237); }
td.TdClassName
{
border-color: #CF89ED;
}
.TagClassName
{
border-color: #CF89ED;
}
</style>