Shades of Wisteria #C085D3
Tints of Wisteria #C085D3
RGB
CMYK
RGB Variations
Color information
#C085D3 (or 0xC085D3) is known color: Wisteria. HEX triplet: C0, 85 and D3. RGB value is (192,133,211). Sum of RGB (Red+Green+Blue) = 192+133+211=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #C085D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085D3 is #3F7A2C. Grayscale: #9F9F9F. Windows color (decimal): -4160045 or 13862336. OLE color: 13862336.
HSL color Cylindrical-coordinate representation of color #C085D3: hue angle of 285.38º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C085D3 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 133 | 211 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.17 |
| HSL | 285.38º | 0.47% | 0.67% | - |
| HSV(B) | 285.38º | 0.37% | 0.83% | - |
| XYZ | 41.88 | 32.68 | 65.73 | - |
| YUV | 159.53 | 157.05 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 211 | 0.09 | 0.37 | 0 | 0.17 | 285.38 | 0.47 | 0.67 |
| Hex | C0 | 85 | D3 | 9 | 25 | 0 | 11 | 11D | 2F | 43 |
| Octal | 300 | 205 | 323 | 11 | 45 | 0 | 21 | 435 | 57 | 103 |
| Binary | 11000000 | 10000101 | 11010011 | 1001 | 100101 | 0 | 10001 | 100011101 | 101111 | 1000011 |
Color Harmonies of #C085D3
Complementary color
Monochromatic Colors of #C085D3
Black with #C085D3
Text Example
Text Example
White with #C085D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085D3; }
p { color: rgb(192,133,211); }
H1.HeaderClassName
{
color: #C085D3;
}
.AnyTagClassName
{
color: #C085D3;
}
</style>
background-color css
<style>
a { background-color: #C085D3; }
a { background-color: rgb(192,133,211); }
div.DivClassName
{
background-color: #C085D3;
}
.BgClassName
{
background-color: #C085D3;
}
</style>
border-color css
<style>
span { border-color: #C085D3; }
span { border-color: rgb(192,133,211); }
td.TdClassName
{
border-color: #C085D3;
}
.TagClassName
{
border-color: #C085D3;
}
</style>