Shades of Wisteria #C181D5
Tints of Wisteria #C181D5
RGB
CMYK
RGB Variations
Color information
#C181D5 (or 0xC181D5) is known color: Wisteria. HEX triplet: C1, 81 and D5. RGB value is (193,129,213). Sum of RGB (Red+Green+Blue) = 193+129+213=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #C181D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181D5 is #3E7E2A. Grayscale: #9D9D9D. Windows color (decimal): -4095531 or 13992385. OLE color: 13992385.
HSL color Cylindrical-coordinate representation of color #C181D5: hue angle of 285.71º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C181D5 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 129 | 213 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.16 |
| HSL | 285.71º | 0.5% | 0.67% | - |
| HSV(B) | 285.71º | 0.39% | 0.84% | - |
| XYZ | 41.85 | 31.84 | 66.89 | - |
| YUV | 157.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 213 | 0.09 | 0.39 | 0 | 0.16 | 285.71 | 0.5 | 0.67 |
| Hex | C1 | 81 | D5 | 9 | 27 | 0 | 10 | 11E | 32 | 43 |
| Octal | 301 | 201 | 325 | 11 | 47 | 0 | 20 | 436 | 62 | 103 |
| Binary | 11000001 | 10000001 | 11010101 | 1001 | 100111 | 0 | 10000 | 100011110 | 110010 | 1000011 |
Color Harmonies of #C181D5
Complementary color
Monochromatic Colors of #C181D5
Black with #C181D5
Text Example
Text Example
White with #C181D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C181D5; }
p { color: rgb(193,129,213); }
H1.HeaderClassName
{
color: #C181D5;
}
.AnyTagClassName
{
color: #C181D5;
}
</style>
background-color css
<style>
a { background-color: #C181D5; }
a { background-color: rgb(193,129,213); }
div.DivClassName
{
background-color: #C181D5;
}
.BgClassName
{
background-color: #C181D5;
}
</style>
border-color css
<style>
span { border-color: #C181D5; }
span { border-color: rgb(193,129,213); }
td.TdClassName
{
border-color: #C181D5;
}
.TagClassName
{
border-color: #C181D5;
}
</style>