Shades of Wisteria #C985ED
Tints of Wisteria #C985ED
RGB
CMYK
RGB Variations
Color information
#C985ED (or 0xC985ED) is known color: Wisteria. HEX triplet: C9, 85 and ED. RGB value is (201,133,237). Sum of RGB (Red+Green+Blue) = 201+133+237=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #C985ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985ED is #367A12. Grayscale: #A4A4A4. Windows color (decimal): -3570195 or 15566281. OLE color: 15566281.
HSL color Cylindrical-coordinate representation of color #C985ED: hue angle of 279.23º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C985ED is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 133 | 237 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.07 |
| HSL | 279.23º | 0.74% | 0.73% | - |
| HSV(B) | 279.23º | 0.44% | 0.93% | - |
| XYZ | 47.76 | 35.31 | 84.42 | - |
| YUV | 165.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 237 | 0.15 | 0.44 | 0 | 0.07 | 279.23 | 0.74 | 0.73 |
| Hex | C9 | 85 | ED | F | 2C | 0 | 7 | 117 | 4A | 49 |
| Octal | 311 | 205 | 355 | 17 | 54 | 0 | 7 | 427 | 112 | 111 |
| Binary | 11001001 | 10000101 | 11101101 | 1111 | 101100 | 0 | 111 | 100010111 | 1001010 | 1001001 |
Color Harmonies of #C985ED
Complementary color
Monochromatic Colors of #C985ED
Black with #C985ED
Text Example
Text Example
White with #C985ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985ED; }
p { color: rgb(201,133,237); }
H1.HeaderClassName
{
color: #C985ED;
}
.AnyTagClassName
{
color: #C985ED;
}
</style>
background-color css
<style>
a { background-color: #C985ED; }
a { background-color: rgb(201,133,237); }
div.DivClassName
{
background-color: #C985ED;
}
.BgClassName
{
background-color: #C985ED;
}
</style>
border-color css
<style>
span { border-color: #C985ED; }
span { border-color: rgb(201,133,237); }
td.TdClassName
{
border-color: #C985ED;
}
.TagClassName
{
border-color: #C985ED;
}
</style>