Shades of Wisteria #C191D3
Tints of Wisteria #C191D3
RGB
CMYK
RGB Variations
Color information
#C191D3 (or 0xC191D3) is known color: Wisteria. HEX triplet: C1, 91 and D3. RGB value is (193,145,211). Sum of RGB (Red+Green+Blue) = 193+145+211=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #C191D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191D3 is #3E6E2C. Grayscale: #A6A6A6. Windows color (decimal): -4091437 or 13865409. OLE color: 13865409.
HSL color Cylindrical-coordinate representation of color #C191D3: hue angle of 283.64º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C191D3 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 145 | 211 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.17 |
| HSL | 283.64º | 0.43% | 0.7% | - |
| HSV(B) | 283.64º | 0.31% | 0.83% | - |
| XYZ | 43.88 | 36.29 | 66.32 | - |
| YUV | 166.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 211 | 0.09 | 0.31 | 0 | 0.17 | 283.64 | 0.43 | 0.7 |
| Hex | C1 | 91 | D3 | 9 | 1F | 0 | 11 | 11C | 2B | 46 |
| Octal | 301 | 221 | 323 | 11 | 37 | 0 | 21 | 434 | 53 | 106 |
| Binary | 11000001 | 10010001 | 11010011 | 1001 | 11111 | 0 | 10001 | 100011100 | 101011 | 1000110 |
Color Harmonies of #C191D3
Complementary color
Monochromatic Colors of #C191D3
Black with #C191D3
Text Example
Text Example
White with #C191D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191D3; }
p { color: rgb(193,145,211); }
H1.HeaderClassName
{
color: #C191D3;
}
.AnyTagClassName
{
color: #C191D3;
}
</style>
background-color css
<style>
a { background-color: #C191D3; }
a { background-color: rgb(193,145,211); }
div.DivClassName
{
background-color: #C191D3;
}
.BgClassName
{
background-color: #C191D3;
}
</style>
border-color css
<style>
span { border-color: #C191D3; }
span { border-color: rgb(193,145,211); }
td.TdClassName
{
border-color: #C191D3;
}
.TagClassName
{
border-color: #C191D3;
}
</style>