Shades of Wisteria #C986D7
Tints of Wisteria #C986D7
RGB
CMYK
RGB Variations
Color information
#C986D7 (or 0xC986D7) is known color: Wisteria. HEX triplet: C9, 86 and D7. RGB value is (201,134,215). Sum of RGB (Red+Green+Blue) = 201+134+215=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #C986D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986D7 is #367928. Grayscale: #A3A3A3. Windows color (decimal): -3569961 or 14124745. OLE color: 14124745.
HSL color Cylindrical-coordinate representation of color #C986D7: hue angle of 289.63º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C986D7 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 134 | 215 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.16 |
| HSL | 289.63º | 0.5% | 0.68% | - |
| HSV(B) | 289.63º | 0.38% | 0.84% | - |
| XYZ | 44.88 | 34.37 | 68.56 | - |
| YUV | 163.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 215 | 0.07 | 0.38 | 0 | 0.16 | 289.63 | 0.5 | 0.68 |
| Hex | C9 | 86 | D7 | 7 | 26 | 0 | 10 | 122 | 32 | 44 |
| Octal | 311 | 206 | 327 | 7 | 46 | 0 | 20 | 442 | 62 | 104 |
| Binary | 11001001 | 10000110 | 11010111 | 111 | 100110 | 0 | 10000 | 100100010 | 110010 | 1000100 |
Color Harmonies of #C986D7
Complementary color
Monochromatic Colors of #C986D7
Black with #C986D7
Text Example
Text Example
White with #C986D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986D7; }
p { color: rgb(201,134,215); }
H1.HeaderClassName
{
color: #C986D7;
}
.AnyTagClassName
{
color: #C986D7;
}
</style>
background-color css
<style>
a { background-color: #C986D7; }
a { background-color: rgb(201,134,215); }
div.DivClassName
{
background-color: #C986D7;
}
.BgClassName
{
background-color: #C986D7;
}
</style>
border-color css
<style>
span { border-color: #C986D7; }
span { border-color: rgb(201,134,215); }
td.TdClassName
{
border-color: #C986D7;
}
.TagClassName
{
border-color: #C986D7;
}
</style>