Shades of Wisteria #C085D6
Tints of Wisteria #C085D6
RGB
CMYK
RGB Variations
Color information
#C085D6 (or 0xC085D6) is known color: Wisteria. HEX triplet: C0, 85 and D6. RGB value is (192,133,214). Sum of RGB (Red+Green+Blue) = 192+133+214=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #C085D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085D6 is #3F7A29. Grayscale: #9F9F9F. Windows color (decimal): -4160042 or 14058944. OLE color: 14058944.
HSL color Cylindrical-coordinate representation of color #C085D6: hue angle of 283.7º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C085D6 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 133 | 214 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.16 |
| HSL | 283.7º | 0.5% | 0.68% | - |
| HSV(B) | 283.7º | 0.38% | 0.84% | - |
| XYZ | 42.26 | 32.84 | 67.73 | - |
| YUV | 159.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 214 | 0.10 | 0.38 | 0 | 0.16 | 283.7 | 0.5 | 0.68 |
| Hex | C0 | 85 | D6 | A | 26 | 0 | 10 | 11C | 32 | 44 |
| Octal | 300 | 205 | 326 | 12 | 46 | 0 | 20 | 434 | 62 | 104 |
| Binary | 11000000 | 10000101 | 11010110 | 1010 | 100110 | 0 | 10000 | 100011100 | 110010 | 1000100 |
Color Harmonies of #C085D6
Complementary color
Monochromatic Colors of #C085D6
Black with #C085D6
Text Example
Text Example
White with #C085D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085D6; }
p { color: rgb(192,133,214); }
H1.HeaderClassName
{
color: #C085D6;
}
.AnyTagClassName
{
color: #C085D6;
}
</style>
background-color css
<style>
a { background-color: #C085D6; }
a { background-color: rgb(192,133,214); }
div.DivClassName
{
background-color: #C085D6;
}
.BgClassName
{
background-color: #C085D6;
}
</style>
border-color css
<style>
span { border-color: #C085D6; }
span { border-color: rgb(192,133,214); }
td.TdClassName
{
border-color: #C085D6;
}
.TagClassName
{
border-color: #C085D6;
}
</style>