Shades of Wisteria #C187EC
Tints of Wisteria #C187EC
RGB
CMYK
RGB Variations
Color information
#C187EC (or 0xC187EC) is known color: Wisteria. HEX triplet: C1, 87 and EC. RGB value is (193,135,236). Sum of RGB (Red+Green+Blue) = 193+135+236=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #C187EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C187EC is #3E7813. Grayscale: #A3A3A3. Windows color (decimal): -4093972 or 15501249. OLE color: 15501249.
HSL color Cylindrical-coordinate representation of color #C187EC: hue angle of 274.46º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C187EC is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 135 | 236 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.07 |
| HSL | 274.46º | 0.73% | 0.73% | - |
| HSV(B) | 274.46º | 0.43% | 0.93% | - |
| XYZ | 45.8 | 34.72 | 83.65 | - |
| YUV | 163.86 | 168.72 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 236 | 0.18 | 0.43 | 0 | 0.07 | 274.46 | 0.73 | 0.73 |
| Hex | C1 | 87 | EC | 12 | 2B | 0 | 7 | 112 | 49 | 49 |
| Octal | 301 | 207 | 354 | 22 | 53 | 0 | 7 | 422 | 111 | 111 |
| Binary | 11000001 | 10000111 | 11101100 | 10010 | 101011 | 0 | 111 | 100010010 | 1001001 | 1001001 |
Color Harmonies of #C187EC
Complementary color
Monochromatic Colors of #C187EC
Black with #C187EC
Text Example
Text Example
White with #C187EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187EC; }
p { color: rgb(193,135,236); }
H1.HeaderClassName
{
color: #C187EC;
}
.AnyTagClassName
{
color: #C187EC;
}
</style>
background-color css
<style>
a { background-color: #C187EC; }
a { background-color: rgb(193,135,236); }
div.DivClassName
{
background-color: #C187EC;
}
.BgClassName
{
background-color: #C187EC;
}
</style>
border-color css
<style>
span { border-color: #C187EC; }
span { border-color: rgb(193,135,236); }
td.TdClassName
{
border-color: #C187EC;
}
.TagClassName
{
border-color: #C187EC;
}
</style>