Shades of Wisteria #C187CE
Tints of Wisteria #C187CE
RGB
CMYK
RGB Variations
Color information
#C187CE (or 0xC187CE) is known color: Wisteria. HEX triplet: C1, 87 and CE. RGB value is (193,135,206). Sum of RGB (Red+Green+Blue) = 193+135+206=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #C187CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187CE is #3E7831. Grayscale: #A0A0A0. Windows color (decimal): -4094002 or 13535169. OLE color: 13535169.
HSL color Cylindrical-coordinate representation of color #C187CE: hue angle of 289.01º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C187CE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 135 | 206 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.19 |
| HSL | 289.01º | 0.42% | 0.67% | - |
| HSV(B) | 289.01º | 0.34% | 0.81% | - |
| XYZ | 41.8 | 33.12 | 62.58 | - |
| YUV | 160.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 206 | 0.06 | 0.34 | 0 | 0.19 | 289.01 | 0.42 | 0.67 |
| Hex | C1 | 87 | CE | 6 | 22 | 0 | 13 | 121 | 2A | 43 |
| Octal | 301 | 207 | 316 | 6 | 42 | 0 | 23 | 441 | 52 | 103 |
| Binary | 11000001 | 10000111 | 11001110 | 110 | 100010 | 0 | 10011 | 100100001 | 101010 | 1000011 |
Color Harmonies of #C187CE
Complementary color
Monochromatic Colors of #C187CE
Black with #C187CE
Text Example
Text Example
White with #C187CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187CE; }
p { color: rgb(193,135,206); }
H1.HeaderClassName
{
color: #C187CE;
}
.AnyTagClassName
{
color: #C187CE;
}
</style>
background-color css
<style>
a { background-color: #C187CE; }
a { background-color: rgb(193,135,206); }
div.DivClassName
{
background-color: #C187CE;
}
.BgClassName
{
background-color: #C187CE;
}
</style>
border-color css
<style>
span { border-color: #C187CE; }
span { border-color: rgb(193,135,206); }
td.TdClassName
{
border-color: #C187CE;
}
.TagClassName
{
border-color: #C187CE;
}
</style>