Shades of Wisteria #C787DB
Tints of Wisteria #C787DB
RGB
CMYK
RGB Variations
Color information
#C787DB (or 0xC787DB) is known color: Wisteria. HEX triplet: C7, 87 and DB. RGB value is (199,135,219). Sum of RGB (Red+Green+Blue) = 199+135+219=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #C787DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C787DB is #387824. Grayscale: #A3A3A3. Windows color (decimal): -3700773 or 14387143. OLE color: 14387143.
HSL color Cylindrical-coordinate representation of color #C787DB: hue angle of 285.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 #C787DB is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 135 | 219 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.14 |
| HSL | 285.71º | 0.54% | 0.69% | - |
| HSV(B) | 285.71º | 0.38% | 0.86% | - |
| XYZ | 45 | 34.58 | 71.32 | - |
| YUV | 163.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 219 | 0.09 | 0.38 | 0 | 0.14 | 285.71 | 0.54 | 0.69 |
| Hex | C7 | 87 | DB | 9 | 26 | 0 | E | 11E | 36 | 45 |
| Octal | 307 | 207 | 333 | 11 | 46 | 0 | 16 | 436 | 66 | 105 |
| Binary | 11000111 | 10000111 | 11011011 | 1001 | 100110 | 0 | 1110 | 100011110 | 110110 | 1000101 |
Color Harmonies of #C787DB
Complementary color
Monochromatic Colors of #C787DB
Black with #C787DB
Text Example
Text Example
White with #C787DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C787DB; }
p { color: rgb(199,135,219); }
H1.HeaderClassName
{
color: #C787DB;
}
.AnyTagClassName
{
color: #C787DB;
}
</style>
background-color css
<style>
a { background-color: #C787DB; }
a { background-color: rgb(199,135,219); }
div.DivClassName
{
background-color: #C787DB;
}
.BgClassName
{
background-color: #C787DB;
}
</style>
border-color css
<style>
span { border-color: #C787DB; }
span { border-color: rgb(199,135,219); }
td.TdClassName
{
border-color: #C787DB;
}
.TagClassName
{
border-color: #C787DB;
}
</style>