Shades of Wisteria #C087DF
Tints of Wisteria #C087DF
RGB
CMYK
RGB Variations
Color information
#C087DF (or 0xC087DF) is known color: Wisteria. HEX triplet: C0, 87 and DF. RGB value is (192,135,223). Sum of RGB (Red+Green+Blue) = 192+135+223=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #C087DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087DF is #3F7820. Grayscale: #A1A1A1. Windows color (decimal): -4159521 or 14649280. OLE color: 14649280.
HSL color Cylindrical-coordinate representation of color #C087DF: hue angle of 278.86º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C087DF is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 135 | 223 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.13 |
| HSL | 278.86º | 0.58% | 0.7% | - |
| HSV(B) | 278.86º | 0.39% | 0.87% | - |
| XYZ | 43.72 | 33.86 | 74.04 | - |
| YUV | 162.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 223 | 0.14 | 0.39 | 0 | 0.13 | 278.86 | 0.58 | 0.7 |
| Hex | C0 | 87 | DF | E | 27 | 0 | D | 117 | 3A | 46 |
| Octal | 300 | 207 | 337 | 16 | 47 | 0 | 15 | 427 | 72 | 106 |
| Binary | 11000000 | 10000111 | 11011111 | 1110 | 100111 | 0 | 1101 | 100010111 | 111010 | 1000110 |
Color Harmonies of #C087DF
Complementary color
Monochromatic Colors of #C087DF
Black with #C087DF
Text Example
Text Example
White with #C087DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087DF; }
p { color: rgb(192,135,223); }
H1.HeaderClassName
{
color: #C087DF;
}
.AnyTagClassName
{
color: #C087DF;
}
</style>
background-color css
<style>
a { background-color: #C087DF; }
a { background-color: rgb(192,135,223); }
div.DivClassName
{
background-color: #C087DF;
}
.BgClassName
{
background-color: #C087DF;
}
</style>
border-color css
<style>
span { border-color: #C087DF; }
span { border-color: rgb(192,135,223); }
td.TdClassName
{
border-color: #C087DF;
}
.TagClassName
{
border-color: #C087DF;
}
</style>