Shades of Wisteria #C089EA
Tints of Wisteria #C089EA
RGB
CMYK
RGB Variations
Color information
#C089EA (or 0xC089EA) is known color: Wisteria. HEX triplet: C0, 89 and EA. RGB value is (192,137,234). Sum of RGB (Red+Green+Blue) = 192+137+234=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #C089EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C089EA is #3F7615. Grayscale: #A4A4A4. Windows color (decimal): -4158998 or 15370688. OLE color: 15370688.
HSL color Cylindrical-coordinate representation of color #C089EA: hue angle of 274.02º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C089EA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 137 | 234 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.08 |
| HSL | 274.02º | 0.7% | 0.73% | - |
| HSV(B) | 274.02º | 0.41% | 0.92% | - |
| XYZ | 45.54 | 35.04 | 82.21 | - |
| YUV | 164.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 234 | 0.18 | 0.41 | 0 | 0.08 | 274.02 | 0.7 | 0.73 |
| Hex | C0 | 89 | EA | 12 | 29 | 0 | 8 | 112 | 46 | 49 |
| Octal | 300 | 211 | 352 | 22 | 51 | 0 | 10 | 422 | 106 | 111 |
| Binary | 11000000 | 10001001 | 11101010 | 10010 | 101001 | 0 | 1000 | 100010010 | 1000110 | 1001001 |
Color Harmonies of #C089EA
Complementary color
Monochromatic Colors of #C089EA
Black with #C089EA
Text Example
Text Example
White with #C089EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089EA; }
p { color: rgb(192,137,234); }
H1.HeaderClassName
{
color: #C089EA;
}
.AnyTagClassName
{
color: #C089EA;
}
</style>
background-color css
<style>
a { background-color: #C089EA; }
a { background-color: rgb(192,137,234); }
div.DivClassName
{
background-color: #C089EA;
}
.BgClassName
{
background-color: #C089EA;
}
</style>
border-color css
<style>
span { border-color: #C089EA; }
span { border-color: rgb(192,137,234); }
td.TdClassName
{
border-color: #C089EA;
}
.TagClassName
{
border-color: #C089EA;
}
</style>