Shades of Wisteria #C187DF
Tints of Wisteria #C187DF
RGB
CMYK
RGB Variations
Color information
#C187DF (or 0xC187DF) is known color: Wisteria. HEX triplet: C1, 87 and DF. RGB value is (193,135,223). Sum of RGB (Red+Green+Blue) = 193+135+223=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #C187DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187DF is #3E7820. Grayscale: #A2A2A2. Windows color (decimal): -4093985 or 14649281. OLE color: 14649281.
HSL color Cylindrical-coordinate representation of color #C187DF: hue angle of 279.55º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C187DF is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 135 | 223 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.13 |
| HSL | 279.55º | 0.58% | 0.7% | - |
| HSV(B) | 279.55º | 0.39% | 0.87% | - |
| XYZ | 43.98 | 33.99 | 74.06 | - |
| YUV | 162.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 223 | 0.13 | 0.39 | 0 | 0.13 | 279.55 | 0.58 | 0.7 |
| Hex | C1 | 87 | DF | D | 27 | 0 | D | 118 | 3A | 46 |
| Octal | 301 | 207 | 337 | 15 | 47 | 0 | 15 | 430 | 72 | 106 |
| Binary | 11000001 | 10000111 | 11011111 | 1101 | 100111 | 0 | 1101 | 100011000 | 111010 | 1000110 |
Color Harmonies of #C187DF
Complementary color
Monochromatic Colors of #C187DF
Black with #C187DF
Text Example
Text Example
White with #C187DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187DF; }
p { color: rgb(193,135,223); }
H1.HeaderClassName
{
color: #C187DF;
}
.AnyTagClassName
{
color: #C187DF;
}
</style>
background-color css
<style>
a { background-color: #C187DF; }
a { background-color: rgb(193,135,223); }
div.DivClassName
{
background-color: #C187DF;
}
.BgClassName
{
background-color: #C187DF;
}
</style>
border-color css
<style>
span { border-color: #C187DF; }
span { border-color: rgb(193,135,223); }
td.TdClassName
{
border-color: #C187DF;
}
.TagClassName
{
border-color: #C187DF;
}
</style>