Shades of Wisteria #CF89E7
Tints of Wisteria #CF89E7
RGB
CMYK
RGB Variations
Color information
#CF89E7 (or 0xCF89E7) is known color: Wisteria. HEX triplet: CF, 89 and E7. RGB value is (207,137,231). Sum of RGB (Red+Green+Blue) = 207+137+231=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF89E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF89E7 is #307618. Grayscale: #A8A8A8. Windows color (decimal): -3175961 or 15174095. OLE color: 15174095.
HSL color Cylindrical-coordinate representation of color #CF89E7: hue angle of 284.68º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF89E7 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 137 | 231 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.09 |
| HSL | 284.68º | 0.66% | 0.72% | - |
| HSV(B) | 284.68º | 0.41% | 0.91% | - |
| XYZ | 49.1 | 36.93 | 80.14 | - |
| YUV | 168.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 231 | 0.10 | 0.41 | 0 | 0.09 | 284.68 | 0.66 | 0.72 |
| Hex | CF | 89 | E7 | A | 29 | 0 | 9 | 11D | 42 | 48 |
| Octal | 317 | 211 | 347 | 12 | 51 | 0 | 11 | 435 | 102 | 110 |
| Binary | 11001111 | 10001001 | 11100111 | 1010 | 101001 | 0 | 1001 | 100011101 | 1000010 | 1001000 |
Color Harmonies of #CF89E7
Complementary color
Monochromatic Colors of #CF89E7
Black with #CF89E7
Text Example
Text Example
White with #CF89E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89E7; }
p { color: rgb(207,137,231); }
H1.HeaderClassName
{
color: #CF89E7;
}
.AnyTagClassName
{
color: #CF89E7;
}
</style>
background-color css
<style>
a { background-color: #CF89E7; }
a { background-color: rgb(207,137,231); }
div.DivClassName
{
background-color: #CF89E7;
}
.BgClassName
{
background-color: #CF89E7;
}
</style>
border-color css
<style>
span { border-color: #CF89E7; }
span { border-color: rgb(207,137,231); }
td.TdClassName
{
border-color: #CF89E7;
}
.TagClassName
{
border-color: #CF89E7;
}
</style>