Shades of Wisteria #C087D0
Tints of Wisteria #C087D0
RGB
CMYK
RGB Variations
Color information
#C087D0 (or 0xC087D0) is known color: Wisteria. HEX triplet: C0, 87 and D0. RGB value is (192,135,208). Sum of RGB (Red+Green+Blue) = 192+135+208=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #C087D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087D0 is #3F782F. Grayscale: #A0A0A0. Windows color (decimal): -4159536 or 13666240. OLE color: 13666240.
HSL color Cylindrical-coordinate representation of color #C087D0: hue angle of 286.85º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C087D0 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 135 | 208 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.18 |
| HSL | 286.85º | 0.44% | 0.67% | - |
| HSV(B) | 286.85º | 0.35% | 0.82% | - |
| XYZ | 41.79 | 33.09 | 63.86 | - |
| YUV | 160.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 208 | 0.08 | 0.35 | 0 | 0.18 | 286.85 | 0.44 | 0.67 |
| Hex | C0 | 87 | D0 | 8 | 23 | 0 | 12 | 11F | 2C | 43 |
| Octal | 300 | 207 | 320 | 10 | 43 | 0 | 22 | 437 | 54 | 103 |
| Binary | 11000000 | 10000111 | 11010000 | 1000 | 100011 | 0 | 10010 | 100011111 | 101100 | 1000011 |
Color Harmonies of #C087D0
Complementary color
Monochromatic Colors of #C087D0
Black with #C087D0
Text Example
Text Example
White with #C087D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087D0; }
p { color: rgb(192,135,208); }
H1.HeaderClassName
{
color: #C087D0;
}
.AnyTagClassName
{
color: #C087D0;
}
</style>
background-color css
<style>
a { background-color: #C087D0; }
a { background-color: rgb(192,135,208); }
div.DivClassName
{
background-color: #C087D0;
}
.BgClassName
{
background-color: #C087D0;
}
</style>
border-color css
<style>
span { border-color: #C087D0; }
span { border-color: rgb(192,135,208); }
td.TdClassName
{
border-color: #C087D0;
}
.TagClassName
{
border-color: #C087D0;
}
</style>