Shades of Wisteria #C185D5
Tints of Wisteria #C185D5
RGB
CMYK
RGB Variations
Color information
#C185D5 (or 0xC185D5) is known color: Wisteria. HEX triplet: C1, 85 and D5. RGB value is (193,133,213). Sum of RGB (Red+Green+Blue) = 193+133+213=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #C185D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185D5 is #3E7A2A. Grayscale: #9F9F9F. Windows color (decimal): -4094507 or 13993409. OLE color: 13993409.
HSL color Cylindrical-coordinate representation of color #C185D5: hue angle of 285º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C185D5 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 133 | 213 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.16 |
| HSL | 285º | 0.49% | 0.68% | - |
| HSV(B) | 285º | 0.38% | 0.84% | - |
| XYZ | 42.39 | 32.92 | 67.07 | - |
| YUV | 160.06 | 157.88 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 213 | 0.09 | 0.38 | 0 | 0.16 | 285 | 0.49 | 0.68 |
| Hex | C1 | 85 | D5 | 9 | 26 | 0 | 10 | 11D | 31 | 44 |
| Octal | 301 | 205 | 325 | 11 | 46 | 0 | 20 | 435 | 61 | 104 |
| Binary | 11000001 | 10000101 | 11010101 | 1001 | 100110 | 0 | 10000 | 100011101 | 110001 | 1000100 |
Color Harmonies of #C185D5
Complementary color
Monochromatic Colors of #C185D5
Black with #C185D5
Text Example
Text Example
White with #C185D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185D5; }
p { color: rgb(193,133,213); }
H1.HeaderClassName
{
color: #C185D5;
}
.AnyTagClassName
{
color: #C185D5;
}
</style>
background-color css
<style>
a { background-color: #C185D5; }
a { background-color: rgb(193,133,213); }
div.DivClassName
{
background-color: #C185D5;
}
.BgClassName
{
background-color: #C185D5;
}
</style>
border-color css
<style>
span { border-color: #C185D5; }
span { border-color: rgb(193,133,213); }
td.TdClassName
{
border-color: #C185D5;
}
.TagClassName
{
border-color: #C185D5;
}
</style>