Shades of Wisteria #C182D6
Tints of Wisteria #C182D6
RGB
CMYK
RGB Variations
Color information
#C182D6 (or 0xC182D6) is known color: Wisteria. HEX triplet: C1, 82 and D6. RGB value is (193,130,214). Sum of RGB (Red+Green+Blue) = 193+130+214=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #C182D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182D6 is #3E7D29. Grayscale: #9E9E9E. Windows color (decimal): -4095274 or 14058177. OLE color: 14058177.
HSL color Cylindrical-coordinate representation of color #C182D6: hue angle of 285º degrees, saturation: 0.51, 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 #C182D6 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 130 | 214 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.16 |
| HSL | 285º | 0.51% | 0.67% | - |
| HSV(B) | 285º | 0.39% | 0.84% | - |
| XYZ | 42.11 | 32.16 | 67.61 | - |
| YUV | 158.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 214 | 0.10 | 0.39 | 0 | 0.16 | 285 | 0.51 | 0.67 |
| Hex | C1 | 82 | D6 | A | 27 | 0 | 10 | 11D | 33 | 43 |
| Octal | 301 | 202 | 326 | 12 | 47 | 0 | 20 | 435 | 63 | 103 |
| Binary | 11000001 | 10000010 | 11010110 | 1010 | 100111 | 0 | 10000 | 100011101 | 110011 | 1000011 |
Color Harmonies of #C182D6
Complementary color
Monochromatic Colors of #C182D6
Black with #C182D6
Text Example
Text Example
White with #C182D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182D6; }
p { color: rgb(193,130,214); }
H1.HeaderClassName
{
color: #C182D6;
}
.AnyTagClassName
{
color: #C182D6;
}
</style>
background-color css
<style>
a { background-color: #C182D6; }
a { background-color: rgb(193,130,214); }
div.DivClassName
{
background-color: #C182D6;
}
.BgClassName
{
background-color: #C182D6;
}
</style>
border-color css
<style>
span { border-color: #C182D6; }
span { border-color: rgb(193,130,214); }
td.TdClassName
{
border-color: #C182D6;
}
.TagClassName
{
border-color: #C182D6;
}
</style>