Shades of Wisteria #C182E3
Tints of Wisteria #C182E3
RGB
CMYK
RGB Variations
Color information
#C182E3 (or 0xC182E3) is known color: Wisteria. HEX triplet: C1, 82 and E3. RGB value is (193,130,227). Sum of RGB (Red+Green+Blue) = 193+130+227=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 227 - color contains mainly: blue. Hex color #C182E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182E3 is #3E7D1C. Grayscale: #9F9F9F. Windows color (decimal): -4095261 or 14910145. OLE color: 14910145.
HSL color Cylindrical-coordinate representation of color #C182E3: hue angle of 278.97º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C182E3 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 130 | 227 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.11 |
| HSL | 278.97º | 0.63% | 0.7% | - |
| HSV(B) | 278.97º | 0.43% | 0.89% | - |
| XYZ | 43.84 | 32.85 | 76.7 | - |
| YUV | 159.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 227 | 0.15 | 0.43 | 0 | 0.11 | 278.97 | 0.63 | 0.7 |
| Hex | C1 | 82 | E3 | F | 2B | 0 | B | 117 | 3F | 46 |
| Octal | 301 | 202 | 343 | 17 | 53 | 0 | 13 | 427 | 77 | 106 |
| Binary | 11000001 | 10000010 | 11100011 | 1111 | 101011 | 0 | 1011 | 100010111 | 111111 | 1000110 |
Color Harmonies of #C182E3
Complementary color
Monochromatic Colors of #C182E3
Black with #C182E3
Text Example
Text Example
White with #C182E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182E3; }
p { color: rgb(193,130,227); }
H1.HeaderClassName
{
color: #C182E3;
}
.AnyTagClassName
{
color: #C182E3;
}
</style>
background-color css
<style>
a { background-color: #C182E3; }
a { background-color: rgb(193,130,227); }
div.DivClassName
{
background-color: #C182E3;
}
.BgClassName
{
background-color: #C182E3;
}
</style>
border-color css
<style>
span { border-color: #C182E3; }
span { border-color: rgb(193,130,227); }
td.TdClassName
{
border-color: #C182E3;
}
.TagClassName
{
border-color: #C182E3;
}
</style>