Shades of Wisteria #C085DA
Tints of Wisteria #C085DA
RGB
CMYK
RGB Variations
Color information
#C085DA (or 0xC085DA) is known color: Wisteria. HEX triplet: C0, 85 and DA. RGB value is (192,133,218). Sum of RGB (Red+Green+Blue) = 192+133+218=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #C085DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085DA is #3F7A25. Grayscale: #A0A0A0. Windows color (decimal): -4160038 or 14321088. OLE color: 14321088.
HSL color Cylindrical-coordinate representation of color #C085DA: hue angle of 281.65º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C085DA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 133 | 218 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.15 |
| HSL | 281.65º | 0.53% | 0.69% | - |
| HSV(B) | 281.65º | 0.39% | 0.85% | - |
| XYZ | 42.78 | 33.04 | 70.45 | - |
| YUV | 160.33 | 160.55 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 218 | 0.12 | 0.39 | 0 | 0.15 | 281.65 | 0.53 | 0.69 |
| Hex | C0 | 85 | DA | C | 27 | 0 | F | 11A | 35 | 45 |
| Octal | 300 | 205 | 332 | 14 | 47 | 0 | 17 | 432 | 65 | 105 |
| Binary | 11000000 | 10000101 | 11011010 | 1100 | 100111 | 0 | 1111 | 100011010 | 110101 | 1000101 |
Color Harmonies of #C085DA
Complementary color
Monochromatic Colors of #C085DA
Black with #C085DA
Text Example
Text Example
White with #C085DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085DA; }
p { color: rgb(192,133,218); }
H1.HeaderClassName
{
color: #C085DA;
}
.AnyTagClassName
{
color: #C085DA;
}
</style>
background-color css
<style>
a { background-color: #C085DA; }
a { background-color: rgb(192,133,218); }
div.DivClassName
{
background-color: #C085DA;
}
.BgClassName
{
background-color: #C085DA;
}
</style>
border-color css
<style>
span { border-color: #C085DA; }
span { border-color: rgb(192,133,218); }
td.TdClassName
{
border-color: #C085DA;
}
.TagClassName
{
border-color: #C085DA;
}
</style>