Shades of Wisteria #C189D4
Tints of Wisteria #C189D4
RGB
CMYK
RGB Variations
Color information
#C189D4 (or 0xC189D4) is known color: Wisteria. HEX triplet: C1, 89 and D4. RGB value is (193,137,212). Sum of RGB (Red+Green+Blue) = 193+137+212=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 212 - color contains mainly: blue. Hex color #C189D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189D4 is #3E762B. Grayscale: #A2A2A2. Windows color (decimal): -4093484 or 13928897. OLE color: 13928897.
HSL color Cylindrical-coordinate representation of color #C189D4: hue angle of 284.8º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C189D4 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 137 | 212 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.17 |
| HSL | 284.8º | 0.47% | 0.68% | - |
| HSV(B) | 284.8º | 0.35% | 0.83% | - |
| XYZ | 42.82 | 33.98 | 66.59 | - |
| YUV | 162.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 212 | 0.09 | 0.35 | 0 | 0.17 | 284.8 | 0.47 | 0.68 |
| Hex | C1 | 89 | D4 | 9 | 23 | 0 | 11 | 11D | 2F | 44 |
| Octal | 301 | 211 | 324 | 11 | 43 | 0 | 21 | 435 | 57 | 104 |
| Binary | 11000001 | 10001001 | 11010100 | 1001 | 100011 | 0 | 10001 | 100011101 | 101111 | 1000100 |
Color Harmonies of #C189D4
Complementary color
Monochromatic Colors of #C189D4
Black with #C189D4
Text Example
Text Example
White with #C189D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189D4; }
p { color: rgb(193,137,212); }
H1.HeaderClassName
{
color: #C189D4;
}
.AnyTagClassName
{
color: #C189D4;
}
</style>
background-color css
<style>
a { background-color: #C189D4; }
a { background-color: rgb(193,137,212); }
div.DivClassName
{
background-color: #C189D4;
}
.BgClassName
{
background-color: #C189D4;
}
</style>
border-color css
<style>
span { border-color: #C189D4; }
span { border-color: rgb(193,137,212); }
td.TdClassName
{
border-color: #C189D4;
}
.TagClassName
{
border-color: #C189D4;
}
</style>