Shades of Wisteria #CF89EB
Tints of Wisteria #CF89EB
RGB
CMYK
RGB Variations
Color information
#CF89EB (or 0xCF89EB) is known color: Wisteria. HEX triplet: CF, 89 and EB. RGB value is (207,137,235). Sum of RGB (Red+Green+Blue) = 207+137+235=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF89EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF89EB is #307614. Grayscale: #A8A8A8. Windows color (decimal): -3175957 or 15436239. OLE color: 15436239.
HSL color Cylindrical-coordinate representation of color #CF89EB: hue angle of 282.86º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF89EB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 137 | 235 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.08 |
| HSL | 282.86º | 0.71% | 0.73% | - |
| HSV(B) | 282.86º | 0.42% | 0.92% | - |
| XYZ | 49.67 | 37.15 | 83.15 | - |
| YUV | 169.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 235 | 0.12 | 0.42 | 0 | 0.08 | 282.86 | 0.71 | 0.73 |
| Hex | CF | 89 | EB | C | 2A | 0 | 8 | 11B | 47 | 49 |
| Octal | 317 | 211 | 353 | 14 | 52 | 0 | 10 | 433 | 107 | 111 |
| Binary | 11001111 | 10001001 | 11101011 | 1100 | 101010 | 0 | 1000 | 100011011 | 1000111 | 1001001 |
Color Harmonies of #CF89EB
Complementary color
Monochromatic Colors of #CF89EB
Black with #CF89EB
Text Example
Text Example
White with #CF89EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89EB; }
p { color: rgb(207,137,235); }
H1.HeaderClassName
{
color: #CF89EB;
}
.AnyTagClassName
{
color: #CF89EB;
}
</style>
background-color css
<style>
a { background-color: #CF89EB; }
a { background-color: rgb(207,137,235); }
div.DivClassName
{
background-color: #CF89EB;
}
.BgClassName
{
background-color: #CF89EB;
}
</style>
border-color css
<style>
span { border-color: #CF89EB; }
span { border-color: rgb(207,137,235); }
td.TdClassName
{
border-color: #CF89EB;
}
.TagClassName
{
border-color: #CF89EB;
}
</style>