Shades of Wisteria #C985EC
Tints of Wisteria #C985EC
RGB
CMYK
RGB Variations
Color information
#C985EC (or 0xC985EC) is known color: Wisteria. HEX triplet: C9, 85 and EC. RGB value is (201,133,236). Sum of RGB (Red+Green+Blue) = 201+133+236=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #C985EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985EC is #367A13. Grayscale: #A4A4A4. Windows color (decimal): -3570196 or 15500745. OLE color: 15500745.
HSL color Cylindrical-coordinate representation of color #C985EC: hue angle of 279.61º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C985EC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 133 | 236 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.07 |
| HSL | 279.61º | 0.73% | 0.72% | - |
| HSV(B) | 279.61º | 0.44% | 0.93% | - |
| XYZ | 47.62 | 35.25 | 83.65 | - |
| YUV | 165.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 236 | 0.15 | 0.44 | 0 | 0.07 | 279.61 | 0.73 | 0.72 |
| Hex | C9 | 85 | EC | F | 2C | 0 | 7 | 118 | 49 | 48 |
| Octal | 311 | 205 | 354 | 17 | 54 | 0 | 7 | 430 | 111 | 110 |
| Binary | 11001001 | 10000101 | 11101100 | 1111 | 101100 | 0 | 111 | 100011000 | 1001001 | 1001000 |
Color Harmonies of #C985EC
Complementary color
Monochromatic Colors of #C985EC
Black with #C985EC
Text Example
Text Example
White with #C985EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985EC; }
p { color: rgb(201,133,236); }
H1.HeaderClassName
{
color: #C985EC;
}
.AnyTagClassName
{
color: #C985EC;
}
</style>
background-color css
<style>
a { background-color: #C985EC; }
a { background-color: rgb(201,133,236); }
div.DivClassName
{
background-color: #C985EC;
}
.BgClassName
{
background-color: #C985EC;
}
</style>
border-color css
<style>
span { border-color: #C985EC; }
span { border-color: rgb(201,133,236); }
td.TdClassName
{
border-color: #C985EC;
}
.TagClassName
{
border-color: #C985EC;
}
</style>