Shades of Wisteria #C089CF
Tints of Wisteria #C089CF
RGB
CMYK
RGB Variations
Color information
#C089CF (or 0xC089CF) is known color: Wisteria. HEX triplet: C0, 89 and CF. RGB value is (192,137,207). Sum of RGB (Red+Green+Blue) = 192+137+207=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #C089CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089CF is #3F7630. Grayscale: #A1A1A1. Windows color (decimal): -4159025 or 13601216. OLE color: 13601216.
HSL color Cylindrical-coordinate representation of color #C089CF: hue angle of 287.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C089CF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 137 | 207 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.19 |
| HSL | 287.14º | 0.42% | 0.67% | - |
| HSV(B) | 287.14º | 0.34% | 0.81% | - |
| XYZ | 41.95 | 33.6 | 63.31 | - |
| YUV | 161.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 207 | 0.07 | 0.34 | 0 | 0.19 | 287.14 | 0.42 | 0.67 |
| Hex | C0 | 89 | CF | 7 | 22 | 0 | 13 | 11F | 2A | 43 |
| Octal | 300 | 211 | 317 | 7 | 42 | 0 | 23 | 437 | 52 | 103 |
| Binary | 11000000 | 10001001 | 11001111 | 111 | 100010 | 0 | 10011 | 100011111 | 101010 | 1000011 |
Color Harmonies of #C089CF
Complementary color
Monochromatic Colors of #C089CF
Black with #C089CF
Text Example
Text Example
White with #C089CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089CF; }
p { color: rgb(192,137,207); }
H1.HeaderClassName
{
color: #C089CF;
}
.AnyTagClassName
{
color: #C089CF;
}
</style>
background-color css
<style>
a { background-color: #C089CF; }
a { background-color: rgb(192,137,207); }
div.DivClassName
{
background-color: #C089CF;
}
.BgClassName
{
background-color: #C089CF;
}
</style>
border-color css
<style>
span { border-color: #C089CF; }
span { border-color: rgb(192,137,207); }
td.TdClassName
{
border-color: #C089CF;
}
.TagClassName
{
border-color: #C089CF;
}
</style>