Shades of Wisteria #C191DD
Tints of Wisteria #C191DD
RGB
CMYK
RGB Variations
Color information
#C191DD (or 0xC191DD) is known color: Wisteria. HEX triplet: C1, 91 and DD. RGB value is (193,145,221). Sum of RGB (Red+Green+Blue) = 193+145+221=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #C191DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191DD is #3E6E22. Grayscale: #A7A7A7. Windows color (decimal): -4091427 or 14520769. OLE color: 14520769.
HSL color Cylindrical-coordinate representation of color #C191DD: hue angle of 277.89º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C191DD is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 145 | 221 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.13 |
| HSL | 277.89º | 0.53% | 0.72% | - |
| HSV(B) | 277.89º | 0.34% | 0.87% | - |
| XYZ | 45.17 | 36.81 | 73.13 | - |
| YUV | 168.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 221 | 0.13 | 0.34 | 0 | 0.13 | 277.89 | 0.53 | 0.72 |
| Hex | C1 | 91 | DD | D | 22 | 0 | D | 116 | 35 | 48 |
| Octal | 301 | 221 | 335 | 15 | 42 | 0 | 15 | 426 | 65 | 110 |
| Binary | 11000001 | 10010001 | 11011101 | 1101 | 100010 | 0 | 1101 | 100010110 | 110101 | 1001000 |
Color Harmonies of #C191DD
Complementary color
Monochromatic Colors of #C191DD
Black with #C191DD
Text Example
Text Example
White with #C191DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191DD; }
p { color: rgb(193,145,221); }
H1.HeaderClassName
{
color: #C191DD;
}
.AnyTagClassName
{
color: #C191DD;
}
</style>
background-color css
<style>
a { background-color: #C191DD; }
a { background-color: rgb(193,145,221); }
div.DivClassName
{
background-color: #C191DD;
}
.BgClassName
{
background-color: #C191DD;
}
</style>
border-color css
<style>
span { border-color: #C191DD; }
span { border-color: rgb(193,145,221); }
td.TdClassName
{
border-color: #C191DD;
}
.TagClassName
{
border-color: #C191DD;
}
</style>