Shades of Wisteria #C184DC
Tints of Wisteria #C184DC
RGB
CMYK
RGB Variations
Color information
#C184DC (or 0xC184DC) is known color: Wisteria. HEX triplet: C1, 84 and DC. RGB value is (193,132,220). Sum of RGB (Red+Green+Blue) = 193+132+220=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #C184DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C184DC is #3E7B23. Grayscale: #9F9F9F. Windows color (decimal): -4094756 or 14451905. OLE color: 14451905.
HSL color Cylindrical-coordinate representation of color #C184DC: hue angle of 281.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C184DC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 132 | 220 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.14 |
| HSL | 281.59º | 0.56% | 0.69% | - |
| HSV(B) | 281.59º | 0.4% | 0.86% | - |
| XYZ | 43.16 | 33.01 | 71.81 | - |
| YUV | 160.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 220 | 0.12 | 0.40 | 0 | 0.14 | 281.59 | 0.56 | 0.69 |
| Hex | C1 | 84 | DC | C | 28 | 0 | E | 11A | 38 | 45 |
| Octal | 301 | 204 | 334 | 14 | 50 | 0 | 16 | 432 | 70 | 105 |
| Binary | 11000001 | 10000100 | 11011100 | 1100 | 101000 | 0 | 1110 | 100011010 | 111000 | 1000101 |
Color Harmonies of #C184DC
Complementary color
Monochromatic Colors of #C184DC
Black with #C184DC
Text Example
Text Example
White with #C184DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184DC; }
p { color: rgb(193,132,220); }
H1.HeaderClassName
{
color: #C184DC;
}
.AnyTagClassName
{
color: #C184DC;
}
</style>
background-color css
<style>
a { background-color: #C184DC; }
a { background-color: rgb(193,132,220); }
div.DivClassName
{
background-color: #C184DC;
}
.BgClassName
{
background-color: #C184DC;
}
</style>
border-color css
<style>
span { border-color: #C184DC; }
span { border-color: rgb(193,132,220); }
td.TdClassName
{
border-color: #C184DC;
}
.TagClassName
{
border-color: #C184DC;
}
</style>