Shades of Wisteria #C986EB
Tints of Wisteria #C986EB
RGB
CMYK
RGB Variations
Color information
#C986EB (or 0xC986EB) is known color: Wisteria. HEX triplet: C9, 86 and EB. RGB value is (201,134,235). Sum of RGB (Red+Green+Blue) = 201+134+235=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #C986EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986EB is #367914. Grayscale: #A5A5A5. Windows color (decimal): -3569941 or 15435465. OLE color: 15435465.
HSL color Cylindrical-coordinate representation of color #C986EB: hue angle of 279.8º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C986EB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 134 | 235 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.08 |
| HSL | 279.8º | 0.72% | 0.72% | - |
| HSV(B) | 279.8º | 0.43% | 0.92% | - |
| XYZ | 47.61 | 35.47 | 82.93 | - |
| YUV | 165.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 235 | 0.14 | 0.43 | 0 | 0.08 | 279.8 | 0.72 | 0.72 |
| Hex | C9 | 86 | EB | E | 2B | 0 | 8 | 118 | 48 | 48 |
| Octal | 311 | 206 | 353 | 16 | 53 | 0 | 10 | 430 | 110 | 110 |
| Binary | 11001001 | 10000110 | 11101011 | 1110 | 101011 | 0 | 1000 | 100011000 | 1001000 | 1001000 |
Color Harmonies of #C986EB
Complementary color
Monochromatic Colors of #C986EB
Black with #C986EB
Text Example
Text Example
White with #C986EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986EB; }
p { color: rgb(201,134,235); }
H1.HeaderClassName
{
color: #C986EB;
}
.AnyTagClassName
{
color: #C986EB;
}
</style>
background-color css
<style>
a { background-color: #C986EB; }
a { background-color: rgb(201,134,235); }
div.DivClassName
{
background-color: #C986EB;
}
.BgClassName
{
background-color: #C986EB;
}
</style>
border-color css
<style>
span { border-color: #C986EB; }
span { border-color: rgb(201,134,235); }
td.TdClassName
{
border-color: #C986EB;
}
.TagClassName
{
border-color: #C986EB;
}
</style>