Shades of Wisteria #C185D1
Tints of Wisteria #C185D1
RGB
CMYK
RGB Variations
Color information
#C185D1 (or 0xC185D1) is known color: Wisteria. HEX triplet: C1, 85 and D1. RGB value is (193,133,209). Sum of RGB (Red+Green+Blue) = 193+133+209=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #C185D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185D1 is #3E7A2E. Grayscale: #9F9F9F. Windows color (decimal): -4094511 or 13731265. OLE color: 13731265.
HSL color Cylindrical-coordinate representation of color #C185D1: hue angle of 287.37º degrees, saturation: 0.45, 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 #C185D1 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 133 | 209 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.18 |
| HSL | 287.37º | 0.45% | 0.67% | - |
| HSV(B) | 287.37º | 0.36% | 0.82% | - |
| XYZ | 41.89 | 32.72 | 64.43 | - |
| YUV | 159.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 209 | 0.08 | 0.36 | 0 | 0.18 | 287.37 | 0.45 | 0.67 |
| Hex | C1 | 85 | D1 | 8 | 24 | 0 | 12 | 11F | 2D | 43 |
| Octal | 301 | 205 | 321 | 10 | 44 | 0 | 22 | 437 | 55 | 103 |
| Binary | 11000001 | 10000101 | 11010001 | 1000 | 100100 | 0 | 10010 | 100011111 | 101101 | 1000011 |
Color Harmonies of #C185D1
Complementary color
Monochromatic Colors of #C185D1
Black with #C185D1
Text Example
Text Example
White with #C185D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185D1; }
p { color: rgb(193,133,209); }
H1.HeaderClassName
{
color: #C185D1;
}
.AnyTagClassName
{
color: #C185D1;
}
</style>
background-color css
<style>
a { background-color: #C185D1; }
a { background-color: rgb(193,133,209); }
div.DivClassName
{
background-color: #C185D1;
}
.BgClassName
{
background-color: #C185D1;
}
</style>
border-color css
<style>
span { border-color: #C185D1; }
span { border-color: rgb(193,133,209); }
td.TdClassName
{
border-color: #C185D1;
}
.TagClassName
{
border-color: #C185D1;
}
</style>