Shades of Wisteria #C889F5
Tints of Wisteria #C889F5
RGB
CMYK
RGB Variations
Color information
#C889F5 (or 0xC889F5) is known color: Wisteria. HEX triplet: C8, 89 and F5. RGB value is (200,137,245). Sum of RGB (Red+Green+Blue) = 200+137+245=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #C889F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C889F5 is #37760A. Grayscale: #A7A7A7. Windows color (decimal): -3634699 or 16091592. OLE color: 16091592.
HSL color Cylindrical-coordinate representation of color #C889F5: hue angle of 275º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C889F5 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 137 | 245 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.04 |
| HSL | 275º | 0.84% | 0.75% | - |
| HSV(B) | 275º | 0.44% | 0.96% | - |
| XYZ | 49.25 | 36.76 | 90.89 | - |
| YUV | 168.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 245 | 0.18 | 0.44 | 0 | 0.04 | 275 | 0.84 | 0.75 |
| Hex | C8 | 89 | F5 | 12 | 2C | 0 | 4 | 113 | 54 | 4B |
| Octal | 310 | 211 | 365 | 22 | 54 | 0 | 4 | 423 | 124 | 113 |
| Binary | 11001000 | 10001001 | 11110101 | 10010 | 101100 | 0 | 100 | 100010011 | 1010100 | 1001011 |
Color Harmonies of #C889F5
Complementary color
Monochromatic Colors of #C889F5
Black with #C889F5
Text Example
Text Example
White with #C889F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C889F5; }
p { color: rgb(200,137,245); }
H1.HeaderClassName
{
color: #C889F5;
}
.AnyTagClassName
{
color: #C889F5;
}
</style>
background-color css
<style>
a { background-color: #C889F5; }
a { background-color: rgb(200,137,245); }
div.DivClassName
{
background-color: #C889F5;
}
.BgClassName
{
background-color: #C889F5;
}
</style>
border-color css
<style>
span { border-color: #C889F5; }
span { border-color: rgb(200,137,245); }
td.TdClassName
{
border-color: #C889F5;
}
.TagClassName
{
border-color: #C889F5;
}
</style>