Shades of Wisteria #C184DF
Tints of Wisteria #C184DF
RGB
CMYK
RGB Variations
Color information
#C184DF (or 0xC184DF) is known color: Wisteria. HEX triplet: C1, 84 and DF. RGB value is (193,132,223). Sum of RGB (Red+Green+Blue) = 193+132+223=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #C184DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C184DF is #3E7B20. Grayscale: #A0A0A0. Windows color (decimal): -4094753 or 14648513. OLE color: 14648513.
HSL color Cylindrical-coordinate representation of color #C184DF: hue angle of 280.22º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C184DF is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 132 | 223 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.13 |
| HSL | 280.22º | 0.59% | 0.7% | - |
| HSV(B) | 280.22º | 0.41% | 0.87% | - |
| XYZ | 43.56 | 33.17 | 73.92 | - |
| YUV | 160.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 223 | 0.13 | 0.41 | 0 | 0.13 | 280.22 | 0.59 | 0.7 |
| Hex | C1 | 84 | DF | D | 29 | 0 | D | 118 | 3B | 46 |
| Octal | 301 | 204 | 337 | 15 | 51 | 0 | 15 | 430 | 73 | 106 |
| Binary | 11000001 | 10000100 | 11011111 | 1101 | 101001 | 0 | 1101 | 100011000 | 111011 | 1000110 |
Color Harmonies of #C184DF
Complementary color
Monochromatic Colors of #C184DF
Black with #C184DF
Text Example
Text Example
White with #C184DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184DF; }
p { color: rgb(193,132,223); }
H1.HeaderClassName
{
color: #C184DF;
}
.AnyTagClassName
{
color: #C184DF;
}
</style>
background-color css
<style>
a { background-color: #C184DF; }
a { background-color: rgb(193,132,223); }
div.DivClassName
{
background-color: #C184DF;
}
.BgClassName
{
background-color: #C184DF;
}
</style>
border-color css
<style>
span { border-color: #C184DF; }
span { border-color: rgb(193,132,223); }
td.TdClassName
{
border-color: #C184DF;
}
.TagClassName
{
border-color: #C184DF;
}
</style>