Shades of Wisteria #C182DD
Tints of Wisteria #C182DD
RGB
CMYK
RGB Variations
Color information
#C182DD (or 0xC182DD) is known color: Wisteria. HEX triplet: C1, 82 and DD. RGB value is (193,130,221). Sum of RGB (Red+Green+Blue) = 193+130+221=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #C182DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182DD is #3E7D22. Grayscale: #9E9E9E. Windows color (decimal): -4095267 or 14516929. OLE color: 14516929.
HSL color Cylindrical-coordinate representation of color #C182DD: hue angle of 281.54º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C182DD is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 130 | 221 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.13 |
| HSL | 281.54º | 0.57% | 0.69% | - |
| HSV(B) | 281.54º | 0.41% | 0.87% | - |
| XYZ | 43.03 | 32.52 | 72.42 | - |
| YUV | 159.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 221 | 0.13 | 0.41 | 0 | 0.13 | 281.54 | 0.57 | 0.69 |
| Hex | C1 | 82 | DD | D | 29 | 0 | D | 11A | 39 | 45 |
| Octal | 301 | 202 | 335 | 15 | 51 | 0 | 15 | 432 | 71 | 105 |
| Binary | 11000001 | 10000010 | 11011101 | 1101 | 101001 | 0 | 1101 | 100011010 | 111001 | 1000101 |
Color Harmonies of #C182DD
Complementary color
Monochromatic Colors of #C182DD
Black with #C182DD
Text Example
Text Example
White with #C182DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182DD; }
p { color: rgb(193,130,221); }
H1.HeaderClassName
{
color: #C182DD;
}
.AnyTagClassName
{
color: #C182DD;
}
</style>
background-color css
<style>
a { background-color: #C182DD; }
a { background-color: rgb(193,130,221); }
div.DivClassName
{
background-color: #C182DD;
}
.BgClassName
{
background-color: #C182DD;
}
</style>
border-color css
<style>
span { border-color: #C182DD; }
span { border-color: rgb(193,130,221); }
td.TdClassName
{
border-color: #C182DD;
}
.TagClassName
{
border-color: #C182DD;
}
</style>