Shades of Wisteria #C182D9
Tints of Wisteria #C182D9
RGB
CMYK
RGB Variations
Color information
#C182D9 (or 0xC182D9) is known color: Wisteria. HEX triplet: C1, 82 and D9. RGB value is (193,130,217). Sum of RGB (Red+Green+Blue) = 193+130+217=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #C182D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182D9 is #3E7D26. Grayscale: #9E9E9E. Windows color (decimal): -4095271 or 14254785. OLE color: 14254785.
HSL color Cylindrical-coordinate representation of color #C182D9: hue angle of 283.45º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C182D9 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 130 | 217 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.15 |
| HSL | 283.45º | 0.53% | 0.68% | - |
| HSV(B) | 283.45º | 0.4% | 0.85% | - |
| XYZ | 42.5 | 32.31 | 69.64 | - |
| YUV | 158.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 217 | 0.11 | 0.40 | 0 | 0.15 | 283.45 | 0.53 | 0.68 |
| Hex | C1 | 82 | D9 | B | 28 | 0 | F | 11B | 35 | 44 |
| Octal | 301 | 202 | 331 | 13 | 50 | 0 | 17 | 433 | 65 | 104 |
| Binary | 11000001 | 10000010 | 11011001 | 1011 | 101000 | 0 | 1111 | 100011011 | 110101 | 1000100 |
Color Harmonies of #C182D9
Complementary color
Monochromatic Colors of #C182D9
Black with #C182D9
Text Example
Text Example
White with #C182D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182D9; }
p { color: rgb(193,130,217); }
H1.HeaderClassName
{
color: #C182D9;
}
.AnyTagClassName
{
color: #C182D9;
}
</style>
background-color css
<style>
a { background-color: #C182D9; }
a { background-color: rgb(193,130,217); }
div.DivClassName
{
background-color: #C182D9;
}
.BgClassName
{
background-color: #C182D9;
}
</style>
border-color css
<style>
span { border-color: #C182D9; }
span { border-color: rgb(193,130,217); }
td.TdClassName
{
border-color: #C182D9;
}
.TagClassName
{
border-color: #C182D9;
}
</style>