Shades of Wisteria #C986DA
Tints of Wisteria #C986DA
RGB
CMYK
RGB Variations
Color information
#C986DA (or 0xC986DA) is known color: Wisteria. HEX triplet: C9, 86 and DA. RGB value is (201,134,218). Sum of RGB (Red+Green+Blue) = 201+134+218=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #C986DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986DA is #367925. Grayscale: #A3A3A3. Windows color (decimal): -3569958 or 14321353. OLE color: 14321353.
HSL color Cylindrical-coordinate representation of color #C986DA: hue angle of 287.86º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C986DA is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 134 | 218 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.15 |
| HSL | 287.86º | 0.53% | 0.69% | - |
| HSV(B) | 287.86º | 0.39% | 0.85% | - |
| XYZ | 45.27 | 34.53 | 70.61 | - |
| YUV | 163.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 218 | 0.08 | 0.39 | 0 | 0.15 | 287.86 | 0.53 | 0.69 |
| Hex | C9 | 86 | DA | 8 | 27 | 0 | F | 120 | 35 | 45 |
| Octal | 311 | 206 | 332 | 10 | 47 | 0 | 17 | 440 | 65 | 105 |
| Binary | 11001001 | 10000110 | 11011010 | 1000 | 100111 | 0 | 1111 | 100100000 | 110101 | 1000101 |
Color Harmonies of #C986DA
Complementary color
Monochromatic Colors of #C986DA
Black with #C986DA
Text Example
Text Example
White with #C986DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986DA; }
p { color: rgb(201,134,218); }
H1.HeaderClassName
{
color: #C986DA;
}
.AnyTagClassName
{
color: #C986DA;
}
</style>
background-color css
<style>
a { background-color: #C986DA; }
a { background-color: rgb(201,134,218); }
div.DivClassName
{
background-color: #C986DA;
}
.BgClassName
{
background-color: #C986DA;
}
</style>
border-color css
<style>
span { border-color: #C986DA; }
span { border-color: rgb(201,134,218); }
td.TdClassName
{
border-color: #C986DA;
}
.TagClassName
{
border-color: #C986DA;
}
</style>