Shades of Wisteria #C985EE
Tints of Wisteria #C985EE
RGB
CMYK
RGB Variations
Color information
#C985EE (or 0xC985EE) is known color: Wisteria. HEX triplet: C9, 85 and EE. RGB value is (201,133,238). Sum of RGB (Red+Green+Blue) = 201+133+238=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #C985EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985EE is #367A11. Grayscale: #A4A4A4. Windows color (decimal): -3570194 or 15631817. OLE color: 15631817.
HSL color Cylindrical-coordinate representation of color #C985EE: hue angle of 278.86º degrees, saturation: 0.76, 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 #C985EE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 133 | 238 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.07 |
| HSL | 278.86º | 0.76% | 0.73% | - |
| HSV(B) | 278.86º | 0.44% | 0.93% | - |
| XYZ | 47.91 | 35.37 | 85.19 | - |
| YUV | 165.3 | 169.03 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 238 | 0.16 | 0.44 | 0 | 0.07 | 278.86 | 0.76 | 0.73 |
| Hex | C9 | 85 | EE | 10 | 2C | 0 | 7 | 117 | 4C | 49 |
| Octal | 311 | 205 | 356 | 20 | 54 | 0 | 7 | 427 | 114 | 111 |
| Binary | 11001001 | 10000101 | 11101110 | 10000 | 101100 | 0 | 111 | 100010111 | 1001100 | 1001001 |
Color Harmonies of #C985EE
Complementary color
Monochromatic Colors of #C985EE
Black with #C985EE
Text Example
Text Example
White with #C985EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985EE; }
p { color: rgb(201,133,238); }
H1.HeaderClassName
{
color: #C985EE;
}
.AnyTagClassName
{
color: #C985EE;
}
</style>
background-color css
<style>
a { background-color: #C985EE; }
a { background-color: rgb(201,133,238); }
div.DivClassName
{
background-color: #C985EE;
}
.BgClassName
{
background-color: #C985EE;
}
</style>
border-color css
<style>
span { border-color: #C985EE; }
span { border-color: rgb(201,133,238); }
td.TdClassName
{
border-color: #C985EE;
}
.TagClassName
{
border-color: #C985EE;
}
</style>