Shades of Wisteria #C083D9
Tints of Wisteria #C083D9
RGB
CMYK
RGB Variations
Color information
#C083D9 (or 0xC083D9) is known color: Wisteria. HEX triplet: C0, 83 and D9. RGB value is (192,131,217). Sum of RGB (Red+Green+Blue) = 192+131+217=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 131 (51.56% from 255 or 24.26% 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 #C083D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083D9 is #3F7C26. Grayscale: #9E9E9E. Windows color (decimal): -4160551 or 14255040. OLE color: 14255040.
HSL color Cylindrical-coordinate representation of color #C083D9: hue angle of 282.56º 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 #C083D9 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 131 | 217 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.15 |
| HSL | 282.56º | 0.53% | 0.68% | - |
| HSV(B) | 282.56º | 0.4% | 0.85% | - |
| XYZ | 42.38 | 32.45 | 69.68 | - |
| YUV | 159.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 217 | 0.12 | 0.40 | 0 | 0.15 | 282.56 | 0.53 | 0.68 |
| Hex | C0 | 83 | D9 | C | 28 | 0 | F | 11B | 35 | 44 |
| Octal | 300 | 203 | 331 | 14 | 50 | 0 | 17 | 433 | 65 | 104 |
| Binary | 11000000 | 10000011 | 11011001 | 1100 | 101000 | 0 | 1111 | 100011011 | 110101 | 1000100 |
Color Harmonies of #C083D9
Complementary color
Monochromatic Colors of #C083D9
Black with #C083D9
Text Example
Text Example
White with #C083D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083D9; }
p { color: rgb(192,131,217); }
H1.HeaderClassName
{
color: #C083D9;
}
.AnyTagClassName
{
color: #C083D9;
}
</style>
background-color css
<style>
a { background-color: #C083D9; }
a { background-color: rgb(192,131,217); }
div.DivClassName
{
background-color: #C083D9;
}
.BgClassName
{
background-color: #C083D9;
}
</style>
border-color css
<style>
span { border-color: #C083D9; }
span { border-color: rgb(192,131,217); }
td.TdClassName
{
border-color: #C083D9;
}
.TagClassName
{
border-color: #C083D9;
}
</style>