Shades of Wisteria #C185D0
Tints of Wisteria #C185D0
RGB
CMYK
RGB Variations
Color information
#C185D0 (or 0xC185D0) is known color: Wisteria. HEX triplet: C1, 85 and D0. RGB value is (193,133,208). Sum of RGB (Red+Green+Blue) = 193+133+208=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #C185D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185D0 is #3E7A2F. Grayscale: #9F9F9F. Windows color (decimal): -4094512 or 13665729. OLE color: 13665729.
HSL color Cylindrical-coordinate representation of color #C185D0: hue angle of 288º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C185D0 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 133 | 208 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.18 |
| HSL | 288º | 0.44% | 0.67% | - |
| HSV(B) | 288º | 0.36% | 0.82% | - |
| XYZ | 41.77 | 32.67 | 63.78 | - |
| YUV | 159.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 208 | 0.07 | 0.36 | 0 | 0.18 | 288 | 0.44 | 0.67 |
| Hex | C1 | 85 | D0 | 7 | 24 | 0 | 12 | 120 | 2C | 43 |
| Octal | 301 | 205 | 320 | 7 | 44 | 0 | 22 | 440 | 54 | 103 |
| Binary | 11000001 | 10000101 | 11010000 | 111 | 100100 | 0 | 10010 | 100100000 | 101100 | 1000011 |
Color Harmonies of #C185D0
Complementary color
Monochromatic Colors of #C185D0
Black with #C185D0
Text Example
Text Example
White with #C185D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185D0; }
p { color: rgb(193,133,208); }
H1.HeaderClassName
{
color: #C185D0;
}
.AnyTagClassName
{
color: #C185D0;
}
</style>
background-color css
<style>
a { background-color: #C185D0; }
a { background-color: rgb(193,133,208); }
div.DivClassName
{
background-color: #C185D0;
}
.BgClassName
{
background-color: #C185D0;
}
</style>
border-color css
<style>
span { border-color: #C185D0; }
span { border-color: rgb(193,133,208); }
td.TdClassName
{
border-color: #C185D0;
}
.TagClassName
{
border-color: #C185D0;
}
</style>