Shades of Wisteria #C986DB
Tints of Wisteria #C986DB
RGB
CMYK
RGB Variations
Color information
#C986DB (or 0xC986DB) is known color: Wisteria. HEX triplet: C9, 86 and DB. RGB value is (201,134,219). Sum of RGB (Red+Green+Blue) = 201+134+219=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #C986DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986DB is #367924. Grayscale: #A3A3A3. Windows color (decimal): -3569957 or 14386889. OLE color: 14386889.
HSL color Cylindrical-coordinate representation of color #C986DB: hue angle of 287.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C986DB is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 134 | 219 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.14 |
| HSL | 287.29º | 0.54% | 0.69% | - |
| HSV(B) | 287.29º | 0.39% | 0.86% | - |
| XYZ | 45.4 | 34.58 | 71.3 | - |
| YUV | 163.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 219 | 0.08 | 0.39 | 0 | 0.14 | 287.29 | 0.54 | 0.69 |
| Hex | C9 | 86 | DB | 8 | 27 | 0 | E | 11F | 36 | 45 |
| Octal | 311 | 206 | 333 | 10 | 47 | 0 | 16 | 437 | 66 | 105 |
| Binary | 11001001 | 10000110 | 11011011 | 1000 | 100111 | 0 | 1110 | 100011111 | 110110 | 1000101 |
Color Harmonies of #C986DB
Complementary color
Monochromatic Colors of #C986DB
Black with #C986DB
Text Example
Text Example
White with #C986DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986DB; }
p { color: rgb(201,134,219); }
H1.HeaderClassName
{
color: #C986DB;
}
.AnyTagClassName
{
color: #C986DB;
}
</style>
background-color css
<style>
a { background-color: #C986DB; }
a { background-color: rgb(201,134,219); }
div.DivClassName
{
background-color: #C986DB;
}
.BgClassName
{
background-color: #C986DB;
}
</style>
border-color css
<style>
span { border-color: #C986DB; }
span { border-color: rgb(201,134,219); }
td.TdClassName
{
border-color: #C986DB;
}
.TagClassName
{
border-color: #C986DB;
}
</style>