Shades of Wisteria #C189D2
Tints of Wisteria #C189D2
RGB
CMYK
RGB Variations
Color information
#C189D2 (or 0xC189D2) is known color: Wisteria. HEX triplet: C1, 89 and D2. RGB value is (193,137,210). Sum of RGB (Red+Green+Blue) = 193+137+210=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #C189D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189D2 is #3E762D. Grayscale: #A1A1A1. Windows color (decimal): -4093486 or 13797825. OLE color: 13797825.
HSL color Cylindrical-coordinate representation of color #C189D2: hue angle of 286.03º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C189D2 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 137 | 210 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.18 |
| HSL | 286.03º | 0.45% | 0.68% | - |
| HSV(B) | 286.03º | 0.35% | 0.82% | - |
| XYZ | 42.57 | 33.88 | 65.27 | - |
| YUV | 162.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 210 | 0.08 | 0.35 | 0 | 0.18 | 286.03 | 0.45 | 0.68 |
| Hex | C1 | 89 | D2 | 8 | 23 | 0 | 12 | 11E | 2D | 44 |
| Octal | 301 | 211 | 322 | 10 | 43 | 0 | 22 | 436 | 55 | 104 |
| Binary | 11000001 | 10001001 | 11010010 | 1000 | 100011 | 0 | 10010 | 100011110 | 101101 | 1000100 |
Color Harmonies of #C189D2
Complementary color
Monochromatic Colors of #C189D2
Black with #C189D2
Text Example
Text Example
White with #C189D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189D2; }
p { color: rgb(193,137,210); }
H1.HeaderClassName
{
color: #C189D2;
}
.AnyTagClassName
{
color: #C189D2;
}
</style>
background-color css
<style>
a { background-color: #C189D2; }
a { background-color: rgb(193,137,210); }
div.DivClassName
{
background-color: #C189D2;
}
.BgClassName
{
background-color: #C189D2;
}
</style>
border-color css
<style>
span { border-color: #C189D2; }
span { border-color: rgb(193,137,210); }
td.TdClassName
{
border-color: #C189D2;
}
.TagClassName
{
border-color: #C189D2;
}
</style>