Shades of Wisteria #C187DA
Tints of Wisteria #C187DA
RGB
CMYK
RGB Variations
Color information
#C187DA (or 0xC187DA) is known color: Wisteria. HEX triplet: C1, 87 and DA. RGB value is (193,135,218). Sum of RGB (Red+Green+Blue) = 193+135+218=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #C187DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187DA is #3E7825. Grayscale: #A1A1A1. Windows color (decimal): -4093990 or 14321601. OLE color: 14321601.
HSL color Cylindrical-coordinate representation of color #C187DA: hue angle of 281.93º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C187DA is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 135 | 218 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.15 |
| HSL | 281.93º | 0.53% | 0.69% | - |
| HSV(B) | 281.93º | 0.38% | 0.85% | - |
| XYZ | 43.31 | 33.73 | 70.56 | - |
| YUV | 161.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 218 | 0.11 | 0.38 | 0 | 0.15 | 281.93 | 0.53 | 0.69 |
| Hex | C1 | 87 | DA | B | 26 | 0 | F | 11A | 35 | 45 |
| Octal | 301 | 207 | 332 | 13 | 46 | 0 | 17 | 432 | 65 | 105 |
| Binary | 11000001 | 10000111 | 11011010 | 1011 | 100110 | 0 | 1111 | 100011010 | 110101 | 1000101 |
Color Harmonies of #C187DA
Complementary color
Monochromatic Colors of #C187DA
Black with #C187DA
Text Example
Text Example
White with #C187DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187DA; }
p { color: rgb(193,135,218); }
H1.HeaderClassName
{
color: #C187DA;
}
.AnyTagClassName
{
color: #C187DA;
}
</style>
background-color css
<style>
a { background-color: #C187DA; }
a { background-color: rgb(193,135,218); }
div.DivClassName
{
background-color: #C187DA;
}
.BgClassName
{
background-color: #C187DA;
}
</style>
border-color css
<style>
span { border-color: #C187DA; }
span { border-color: rgb(193,135,218); }
td.TdClassName
{
border-color: #C187DA;
}
.TagClassName
{
border-color: #C187DA;
}
</style>