Shades of Wisteria #C084DA
Tints of Wisteria #C084DA
RGB
CMYK
RGB Variations
Color information
#C084DA (or 0xC084DA) is known color: Wisteria. HEX triplet: C0, 84 and DA. RGB value is (192,132,218). Sum of RGB (Red+Green+Blue) = 192+132+218=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #C084DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084DA is #3F7B25. Grayscale: #9F9F9F. Windows color (decimal): -4160294 or 14320832. OLE color: 14320832.
HSL color Cylindrical-coordinate representation of color #C084DA: hue angle of 281.86º degrees, saturation: 0.54, 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 #C084DA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 132 | 218 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.15 |
| HSL | 281.86º | 0.54% | 0.69% | - |
| HSV(B) | 281.86º | 0.39% | 0.85% | - |
| XYZ | 42.64 | 32.77 | 70.41 | - |
| YUV | 159.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 218 | 0.12 | 0.39 | 0 | 0.15 | 281.86 | 0.54 | 0.69 |
| Hex | C0 | 84 | DA | C | 27 | 0 | F | 11A | 36 | 45 |
| Octal | 300 | 204 | 332 | 14 | 47 | 0 | 17 | 432 | 66 | 105 |
| Binary | 11000000 | 10000100 | 11011010 | 1100 | 100111 | 0 | 1111 | 100011010 | 110110 | 1000101 |
Color Harmonies of #C084DA
Complementary color
Monochromatic Colors of #C084DA
Black with #C084DA
Text Example
Text Example
White with #C084DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084DA; }
p { color: rgb(192,132,218); }
H1.HeaderClassName
{
color: #C084DA;
}
.AnyTagClassName
{
color: #C084DA;
}
</style>
background-color css
<style>
a { background-color: #C084DA; }
a { background-color: rgb(192,132,218); }
div.DivClassName
{
background-color: #C084DA;
}
.BgClassName
{
background-color: #C084DA;
}
</style>
border-color css
<style>
span { border-color: #C084DA; }
span { border-color: rgb(192,132,218); }
td.TdClassName
{
border-color: #C084DA;
}
.TagClassName
{
border-color: #C084DA;
}
</style>