Shades of Wisteria #C189DF
Tints of Wisteria #C189DF
RGB
CMYK
RGB Variations
Color information
#C189DF (or 0xC189DF) is known color: Wisteria. HEX triplet: C1, 89 and DF. RGB value is (193,137,223). Sum of RGB (Red+Green+Blue) = 193+137+223=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #C189DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189DF is #3E7620. Grayscale: #A3A3A3. Windows color (decimal): -4093473 or 14649793. OLE color: 14649793.
HSL color Cylindrical-coordinate representation of color #C189DF: hue angle of 279.07º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C189DF is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 137 | 223 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.13 |
| HSL | 279.07º | 0.57% | 0.71% | - |
| HSV(B) | 279.07º | 0.39% | 0.87% | - |
| XYZ | 44.26 | 34.56 | 74.15 | - |
| YUV | 163.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 223 | 0.13 | 0.39 | 0 | 0.13 | 279.07 | 0.57 | 0.71 |
| Hex | C1 | 89 | DF | D | 27 | 0 | D | 117 | 39 | 47 |
| Octal | 301 | 211 | 337 | 15 | 47 | 0 | 15 | 427 | 71 | 107 |
| Binary | 11000001 | 10001001 | 11011111 | 1101 | 100111 | 0 | 1101 | 100010111 | 111001 | 1000111 |
Color Harmonies of #C189DF
Complementary color
Monochromatic Colors of #C189DF
Black with #C189DF
Text Example
Text Example
White with #C189DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189DF; }
p { color: rgb(193,137,223); }
H1.HeaderClassName
{
color: #C189DF;
}
.AnyTagClassName
{
color: #C189DF;
}
</style>
background-color css
<style>
a { background-color: #C189DF; }
a { background-color: rgb(193,137,223); }
div.DivClassName
{
background-color: #C189DF;
}
.BgClassName
{
background-color: #C189DF;
}
</style>
border-color css
<style>
span { border-color: #C189DF; }
span { border-color: rgb(193,137,223); }
td.TdClassName
{
border-color: #C189DF;
}
.TagClassName
{
border-color: #C189DF;
}
</style>