Shades of Wisteria #C185D8
Tints of Wisteria #C185D8
RGB
CMYK
RGB Variations
Color information
#C185D8 (or 0xC185D8) is known color: Wisteria. HEX triplet: C1, 85 and D8. RGB value is (193,133,216). Sum of RGB (Red+Green+Blue) = 193+133+216=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #C185D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185D8 is #3E7A27. Grayscale: #A0A0A0. Windows color (decimal): -4094504 or 14190017. OLE color: 14190017.
HSL color Cylindrical-coordinate representation of color #C185D8: hue angle of 283.37º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C185D8 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 133 | 216 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.15 |
| HSL | 283.37º | 0.52% | 0.68% | - |
| HSV(B) | 283.37º | 0.38% | 0.85% | - |
| XYZ | 42.77 | 33.07 | 69.09 | - |
| YUV | 160.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 216 | 0.11 | 0.38 | 0 | 0.15 | 283.37 | 0.52 | 0.68 |
| Hex | C1 | 85 | D8 | B | 26 | 0 | F | 11B | 34 | 44 |
| Octal | 301 | 205 | 330 | 13 | 46 | 0 | 17 | 433 | 64 | 104 |
| Binary | 11000001 | 10000101 | 11011000 | 1011 | 100110 | 0 | 1111 | 100011011 | 110100 | 1000100 |
Color Harmonies of #C185D8
Complementary color
Monochromatic Colors of #C185D8
Black with #C185D8
Text Example
Text Example
White with #C185D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185D8; }
p { color: rgb(193,133,216); }
H1.HeaderClassName
{
color: #C185D8;
}
.AnyTagClassName
{
color: #C185D8;
}
</style>
background-color css
<style>
a { background-color: #C185D8; }
a { background-color: rgb(193,133,216); }
div.DivClassName
{
background-color: #C185D8;
}
.BgClassName
{
background-color: #C185D8;
}
</style>
border-color css
<style>
span { border-color: #C185D8; }
span { border-color: rgb(193,133,216); }
td.TdClassName
{
border-color: #C185D8;
}
.TagClassName
{
border-color: #C185D8;
}
</style>