Shades of Wisteria #C187DD
Tints of Wisteria #C187DD
RGB
CMYK
RGB Variations
Color information
#C187DD (or 0xC187DD) is known color: Wisteria. HEX triplet: C1, 87 and DD. RGB value is (193,135,221). Sum of RGB (Red+Green+Blue) = 193+135+221=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #C187DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187DD is #3E7822. Grayscale: #A1A1A1. Windows color (decimal): -4093987 or 14518209. OLE color: 14518209.
HSL color Cylindrical-coordinate representation of color #C187DD: hue angle of 280.47º degrees, saturation: 0.56, 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 #C187DD is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 135 | 221 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.13 |
| HSL | 280.47º | 0.56% | 0.7% | - |
| HSV(B) | 280.47º | 0.39% | 0.87% | - |
| XYZ | 43.71 | 33.89 | 72.64 | - |
| YUV | 162.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 221 | 0.13 | 0.39 | 0 | 0.13 | 280.47 | 0.56 | 0.7 |
| Hex | C1 | 87 | DD | D | 27 | 0 | D | 118 | 38 | 46 |
| Octal | 301 | 207 | 335 | 15 | 47 | 0 | 15 | 430 | 70 | 106 |
| Binary | 11000001 | 10000111 | 11011101 | 1101 | 100111 | 0 | 1101 | 100011000 | 111000 | 1000110 |
Color Harmonies of #C187DD
Complementary color
Monochromatic Colors of #C187DD
Black with #C187DD
Text Example
Text Example
White with #C187DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187DD; }
p { color: rgb(193,135,221); }
H1.HeaderClassName
{
color: #C187DD;
}
.AnyTagClassName
{
color: #C187DD;
}
</style>
background-color css
<style>
a { background-color: #C187DD; }
a { background-color: rgb(193,135,221); }
div.DivClassName
{
background-color: #C187DD;
}
.BgClassName
{
background-color: #C187DD;
}
</style>
border-color css
<style>
span { border-color: #C187DD; }
span { border-color: rgb(193,135,221); }
td.TdClassName
{
border-color: #C187DD;
}
.TagClassName
{
border-color: #C187DD;
}
</style>