Shades of Wisteria #C185D9
Tints of Wisteria #C185D9
RGB
CMYK
RGB Variations
Color information
#C185D9 (or 0xC185D9) is known color: Wisteria. HEX triplet: C1, 85 and D9. RGB value is (193,133,217). Sum of RGB (Red+Green+Blue) = 193+133+217=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #C185D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185D9 is #3E7A26. Grayscale: #A0A0A0. Windows color (decimal): -4094503 or 14255553. OLE color: 14255553.
HSL color Cylindrical-coordinate representation of color #C185D9: hue angle of 282.86º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C185D9 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 133 | 217 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.15 |
| HSL | 282.86º | 0.53% | 0.69% | - |
| HSV(B) | 282.86º | 0.39% | 0.85% | - |
| XYZ | 42.9 | 33.12 | 69.78 | - |
| YUV | 160.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 217 | 0.11 | 0.39 | 0 | 0.15 | 282.86 | 0.53 | 0.69 |
| Hex | C1 | 85 | D9 | B | 27 | 0 | F | 11B | 34 | 45 |
| Octal | 301 | 205 | 331 | 13 | 47 | 0 | 17 | 433 | 64 | 105 |
| Binary | 11000001 | 10000101 | 11011001 | 1011 | 100111 | 0 | 1111 | 100011011 | 110100 | 1000101 |
Color Harmonies of #C185D9
Complementary color
Monochromatic Colors of #C185D9
Black with #C185D9
Text Example
Text Example
White with #C185D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185D9; }
p { color: rgb(193,133,217); }
H1.HeaderClassName
{
color: #C185D9;
}
.AnyTagClassName
{
color: #C185D9;
}
</style>
background-color css
<style>
a { background-color: #C185D9; }
a { background-color: rgb(193,133,217); }
div.DivClassName
{
background-color: #C185D9;
}
.BgClassName
{
background-color: #C185D9;
}
</style>
border-color css
<style>
span { border-color: #C185D9; }
span { border-color: rgb(193,133,217); }
td.TdClassName
{
border-color: #C185D9;
}
.TagClassName
{
border-color: #C185D9;
}
</style>