Shades of Wisteria #C189D8
Tints of Wisteria #C189D8
RGB
CMYK
RGB Variations
Color information
#C189D8 (or 0xC189D8) is known color: Wisteria. HEX triplet: C1, 89 and D8. RGB value is (193,137,216). Sum of RGB (Red+Green+Blue) = 193+137+216=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #C189D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189D8 is #3E7627. Grayscale: #A2A2A2. Windows color (decimal): -4093480 or 14191041. OLE color: 14191041.
HSL color Cylindrical-coordinate representation of color #C189D8: hue angle of 282.53º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C189D8 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 137 | 216 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.15 |
| HSL | 282.53º | 0.5% | 0.69% | - |
| HSV(B) | 282.53º | 0.37% | 0.85% | - |
| XYZ | 43.33 | 34.19 | 69.28 | - |
| YUV | 162.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 216 | 0.11 | 0.37 | 0 | 0.15 | 282.53 | 0.5 | 0.69 |
| Hex | C1 | 89 | D8 | B | 25 | 0 | F | 11B | 32 | 45 |
| Octal | 301 | 211 | 330 | 13 | 45 | 0 | 17 | 433 | 62 | 105 |
| Binary | 11000001 | 10001001 | 11011000 | 1011 | 100101 | 0 | 1111 | 100011011 | 110010 | 1000101 |
Color Harmonies of #C189D8
Complementary color
Monochromatic Colors of #C189D8
Black with #C189D8
Text Example
Text Example
White with #C189D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189D8; }
p { color: rgb(193,137,216); }
H1.HeaderClassName
{
color: #C189D8;
}
.AnyTagClassName
{
color: #C189D8;
}
</style>
background-color css
<style>
a { background-color: #C189D8; }
a { background-color: rgb(193,137,216); }
div.DivClassName
{
background-color: #C189D8;
}
.BgClassName
{
background-color: #C189D8;
}
</style>
border-color css
<style>
span { border-color: #C189D8; }
span { border-color: rgb(193,137,216); }
td.TdClassName
{
border-color: #C189D8;
}
.TagClassName
{
border-color: #C189D8;
}
</style>