Shades of Wisteria #CF89F0
Tints of Wisteria #CF89F0
RGB
CMYK
RGB Variations
Color information
#CF89F0 (or 0xCF89F0) is known color: Wisteria. HEX triplet: CF, 89 and F0. RGB value is (207,137,240). Sum of RGB (Red+Green+Blue) = 207+137+240=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF89F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF89F0 is #30760F. Grayscale: #A9A9A9. Windows color (decimal): -3175952 or 15763919. OLE color: 15763919.
HSL color Cylindrical-coordinate representation of color #CF89F0: hue angle of 280.78º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF89F0 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 137 | 240 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.06 |
| HSL | 280.78º | 0.77% | 0.74% | - |
| HSV(B) | 280.78º | 0.43% | 0.94% | - |
| XYZ | 50.41 | 37.45 | 87.01 | - |
| YUV | 169.67 | 167.69 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 240 | 0.14 | 0.43 | 0 | 0.06 | 280.78 | 0.77 | 0.74 |
| Hex | CF | 89 | F0 | E | 2B | 0 | 6 | 119 | 4D | 4A |
| Octal | 317 | 211 | 360 | 16 | 53 | 0 | 6 | 431 | 115 | 112 |
| Binary | 11001111 | 10001001 | 11110000 | 1110 | 101011 | 0 | 110 | 100011001 | 1001101 | 1001010 |
Color Harmonies of #CF89F0
Complementary color
Monochromatic Colors of #CF89F0
Black with #CF89F0
Text Example
Text Example
White with #CF89F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89F0; }
p { color: rgb(207,137,240); }
H1.HeaderClassName
{
color: #CF89F0;
}
.AnyTagClassName
{
color: #CF89F0;
}
</style>
background-color css
<style>
a { background-color: #CF89F0; }
a { background-color: rgb(207,137,240); }
div.DivClassName
{
background-color: #CF89F0;
}
.BgClassName
{
background-color: #CF89F0;
}
</style>
border-color css
<style>
span { border-color: #CF89F0; }
span { border-color: rgb(207,137,240); }
td.TdClassName
{
border-color: #CF89F0;
}
.TagClassName
{
border-color: #CF89F0;
}
</style>