Shades of Wisteria #C087CD
Tints of Wisteria #C087CD
RGB
CMYK
RGB Variations
Color information
#C087CD (or 0xC087CD) is known color: Wisteria. HEX triplet: C0, 87 and CD. RGB value is (192,135,205). Sum of RGB (Red+Green+Blue) = 192+135+205=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #C087CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087CD is #3F7832. Grayscale: #9F9F9F. Windows color (decimal): -4159539 or 13469632. OLE color: 13469632.
HSL color Cylindrical-coordinate representation of color #C087CD: hue angle of 288.86º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C087CD is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 135 | 205 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.20 |
| HSL | 288.86º | 0.41% | 0.67% | - |
| HSV(B) | 288.86º | 0.34% | 0.8% | - |
| XYZ | 41.42 | 32.94 | 61.93 | - |
| YUV | 160.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 205 | 0.06 | 0.34 | 0 | 0.20 | 288.86 | 0.41 | 0.67 |
| Hex | C0 | 87 | CD | 6 | 22 | 0 | 14 | 121 | 29 | 43 |
| Octal | 300 | 207 | 315 | 6 | 42 | 0 | 24 | 441 | 51 | 103 |
| Binary | 11000000 | 10000111 | 11001101 | 110 | 100010 | 0 | 10100 | 100100001 | 101001 | 1000011 |
Color Harmonies of #C087CD
Complementary color
Monochromatic Colors of #C087CD
Black with #C087CD
Text Example
Text Example
White with #C087CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087CD; }
p { color: rgb(192,135,205); }
H1.HeaderClassName
{
color: #C087CD;
}
.AnyTagClassName
{
color: #C087CD;
}
</style>
background-color css
<style>
a { background-color: #C087CD; }
a { background-color: rgb(192,135,205); }
div.DivClassName
{
background-color: #C087CD;
}
.BgClassName
{
background-color: #C087CD;
}
</style>
border-color css
<style>
span { border-color: #C087CD; }
span { border-color: rgb(192,135,205); }
td.TdClassName
{
border-color: #C087CD;
}
.TagClassName
{
border-color: #C087CD;
}
</style>