Shades of Wisteria #C087DB
Tints of Wisteria #C087DB
RGB
CMYK
RGB Variations
Color information
#C087DB (or 0xC087DB) is known color: Wisteria. HEX triplet: C0, 87 and DB. RGB value is (192,135,219). Sum of RGB (Red+Green+Blue) = 192+135+219=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #C087DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087DB is #3F7824. Grayscale: #A1A1A1. Windows color (decimal): -4159525 or 14387136. OLE color: 14387136.
HSL color Cylindrical-coordinate representation of color #C087DB: hue angle of 280.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C087DB is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 135 | 219 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.14 |
| HSL | 280.71º | 0.54% | 0.69% | - |
| HSV(B) | 280.71º | 0.38% | 0.86% | - |
| XYZ | 43.19 | 33.65 | 71.24 | - |
| YUV | 161.62 | 160.38 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 219 | 0.12 | 0.38 | 0 | 0.14 | 280.71 | 0.54 | 0.69 |
| Hex | C0 | 87 | DB | C | 26 | 0 | E | 119 | 36 | 45 |
| Octal | 300 | 207 | 333 | 14 | 46 | 0 | 16 | 431 | 66 | 105 |
| Binary | 11000000 | 10000111 | 11011011 | 1100 | 100110 | 0 | 1110 | 100011001 | 110110 | 1000101 |
Color Harmonies of #C087DB
Complementary color
Monochromatic Colors of #C087DB
Black with #C087DB
Text Example
Text Example
White with #C087DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087DB; }
p { color: rgb(192,135,219); }
H1.HeaderClassName
{
color: #C087DB;
}
.AnyTagClassName
{
color: #C087DB;
}
</style>
background-color css
<style>
a { background-color: #C087DB; }
a { background-color: rgb(192,135,219); }
div.DivClassName
{
background-color: #C087DB;
}
.BgClassName
{
background-color: #C087DB;
}
</style>
border-color css
<style>
span { border-color: #C087DB; }
span { border-color: rgb(192,135,219); }
td.TdClassName
{
border-color: #C087DB;
}
.TagClassName
{
border-color: #C087DB;
}
</style>