Shades of Wisteria #C986E8
Tints of Wisteria #C986E8
RGB
CMYK
RGB Variations
Color information
#C986E8 (or 0xC986E8) is known color: Wisteria. HEX triplet: C9, 86 and E8. RGB value is (201,134,232). Sum of RGB (Red+Green+Blue) = 201+134+232=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #C986E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986E8 is #367917. Grayscale: #A4A4A4. Windows color (decimal): -3569944 or 15238857. OLE color: 15238857.
HSL color Cylindrical-coordinate representation of color #C986E8: hue angle of 281.02º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C986E8 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 134 | 232 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.09 |
| HSL | 281.02º | 0.68% | 0.72% | - |
| HSV(B) | 281.02º | 0.42% | 0.91% | - |
| XYZ | 47.18 | 35.29 | 80.67 | - |
| YUV | 165.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 232 | 0.13 | 0.42 | 0 | 0.09 | 281.02 | 0.68 | 0.72 |
| Hex | C9 | 86 | E8 | D | 2A | 0 | 9 | 119 | 44 | 48 |
| Octal | 311 | 206 | 350 | 15 | 52 | 0 | 11 | 431 | 104 | 110 |
| Binary | 11001001 | 10000110 | 11101000 | 1101 | 101010 | 0 | 1001 | 100011001 | 1000100 | 1001000 |
Color Harmonies of #C986E8
Complementary color
Monochromatic Colors of #C986E8
Black with #C986E8
Text Example
Text Example
White with #C986E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986E8; }
p { color: rgb(201,134,232); }
H1.HeaderClassName
{
color: #C986E8;
}
.AnyTagClassName
{
color: #C986E8;
}
</style>
background-color css
<style>
a { background-color: #C986E8; }
a { background-color: rgb(201,134,232); }
div.DivClassName
{
background-color: #C986E8;
}
.BgClassName
{
background-color: #C986E8;
}
</style>
border-color css
<style>
span { border-color: #C986E8; }
span { border-color: rgb(201,134,232); }
td.TdClassName
{
border-color: #C986E8;
}
.TagClassName
{
border-color: #C986E8;
}
</style>