Shades of Wisteria #C089E2
Tints of Wisteria #C089E2
RGB
CMYK
RGB Variations
Color information
#C089E2 (or 0xC089E2) is known color: Wisteria. HEX triplet: C0, 89 and E2. RGB value is (192,137,226). Sum of RGB (Red+Green+Blue) = 192+137+226=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 226 (88.67% from 255 or 40.72% from 555); Max value from RGB is 226 - color contains mainly: blue. Hex color #C089E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089E2 is #3F761D. Grayscale: #A3A3A3. Windows color (decimal): -4159006 or 14846400. OLE color: 14846400.
HSL color Cylindrical-coordinate representation of color #C089E2: hue angle of 277.08º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C089E2 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 137 | 226 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.11 |
| HSL | 277.08º | 0.61% | 0.71% | - |
| HSV(B) | 277.08º | 0.39% | 0.89% | - |
| XYZ | 44.41 | 34.59 | 76.29 | - |
| YUV | 163.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 226 | 0.15 | 0.39 | 0 | 0.11 | 277.08 | 0.61 | 0.71 |
| Hex | C0 | 89 | E2 | F | 27 | 0 | B | 115 | 3D | 47 |
| Octal | 300 | 211 | 342 | 17 | 47 | 0 | 13 | 425 | 75 | 107 |
| Binary | 11000000 | 10001001 | 11100010 | 1111 | 100111 | 0 | 1011 | 100010101 | 111101 | 1000111 |
Color Harmonies of #C089E2
Complementary color
Monochromatic Colors of #C089E2
Black with #C089E2
Text Example
Text Example
White with #C089E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089E2; }
p { color: rgb(192,137,226); }
H1.HeaderClassName
{
color: #C089E2;
}
.AnyTagClassName
{
color: #C089E2;
}
</style>
background-color css
<style>
a { background-color: #C089E2; }
a { background-color: rgb(192,137,226); }
div.DivClassName
{
background-color: #C089E2;
}
.BgClassName
{
background-color: #C089E2;
}
</style>
border-color css
<style>
span { border-color: #C089E2; }
span { border-color: rgb(192,137,226); }
td.TdClassName
{
border-color: #C089E2;
}
.TagClassName
{
border-color: #C089E2;
}
</style>