Shades of Wisteria #C084DF
Tints of Wisteria #C084DF
RGB
CMYK
RGB Variations
Color information
#C084DF (or 0xC084DF) is known color: Wisteria. HEX triplet: C0, 84 and DF. RGB value is (192,132,223). Sum of RGB (Red+Green+Blue) = 192+132+223=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #C084DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084DF is #3F7B20. Grayscale: #A0A0A0. Windows color (decimal): -4160289 or 14648512. OLE color: 14648512.
HSL color Cylindrical-coordinate representation of color #C084DF: hue angle of 279.56º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C084DF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 132 | 223 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.13 |
| HSL | 279.56º | 0.59% | 0.7% | - |
| HSV(B) | 279.56º | 0.41% | 0.87% | - |
| XYZ | 43.31 | 33.04 | 73.91 | - |
| YUV | 160.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 223 | 0.14 | 0.41 | 0 | 0.13 | 279.56 | 0.59 | 0.7 |
| Hex | C0 | 84 | DF | E | 29 | 0 | D | 118 | 3B | 46 |
| Octal | 300 | 204 | 337 | 16 | 51 | 0 | 15 | 430 | 73 | 106 |
| Binary | 11000000 | 10000100 | 11011111 | 1110 | 101001 | 0 | 1101 | 100011000 | 111011 | 1000110 |
Color Harmonies of #C084DF
Complementary color
Monochromatic Colors of #C084DF
Black with #C084DF
Text Example
Text Example
White with #C084DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084DF; }
p { color: rgb(192,132,223); }
H1.HeaderClassName
{
color: #C084DF;
}
.AnyTagClassName
{
color: #C084DF;
}
</style>
background-color css
<style>
a { background-color: #C084DF; }
a { background-color: rgb(192,132,223); }
div.DivClassName
{
background-color: #C084DF;
}
.BgClassName
{
background-color: #C084DF;
}
</style>
border-color css
<style>
span { border-color: #C084DF; }
span { border-color: rgb(192,132,223); }
td.TdClassName
{
border-color: #C084DF;
}
.TagClassName
{
border-color: #C084DF;
}
</style>