Shades of Wisteria #C985F0
Tints of Wisteria #C985F0
RGB
CMYK
RGB Variations
Color information
#C985F0 (or 0xC985F0) is known color: Wisteria. HEX triplet: C9, 85 and F0. RGB value is (201,133,240). Sum of RGB (Red+Green+Blue) = 201+133+240=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #C985F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985F0 is #367A0F. Grayscale: #A5A5A5. Windows color (decimal): -3570192 or 15762889. OLE color: 15762889.
HSL color Cylindrical-coordinate representation of color #C985F0: hue angle of 278.13º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C985F0 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 133 | 240 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.06 |
| HSL | 278.13º | 0.78% | 0.73% | - |
| HSV(B) | 278.13º | 0.45% | 0.94% | - |
| XYZ | 48.2 | 35.48 | 86.75 | - |
| YUV | 165.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 240 | 0.16 | 0.45 | 0 | 0.06 | 278.13 | 0.78 | 0.73 |
| Hex | C9 | 85 | F0 | 10 | 2D | 0 | 6 | 116 | 4E | 49 |
| Octal | 311 | 205 | 360 | 20 | 55 | 0 | 6 | 426 | 116 | 111 |
| Binary | 11001001 | 10000101 | 11110000 | 10000 | 101101 | 0 | 110 | 100010110 | 1001110 | 1001001 |
Color Harmonies of #C985F0
Complementary color
Monochromatic Colors of #C985F0
Black with #C985F0
Text Example
Text Example
White with #C985F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985F0; }
p { color: rgb(201,133,240); }
H1.HeaderClassName
{
color: #C985F0;
}
.AnyTagClassName
{
color: #C985F0;
}
</style>
background-color css
<style>
a { background-color: #C985F0; }
a { background-color: rgb(201,133,240); }
div.DivClassName
{
background-color: #C985F0;
}
.BgClassName
{
background-color: #C985F0;
}
</style>
border-color css
<style>
span { border-color: #C985F0; }
span { border-color: rgb(201,133,240); }
td.TdClassName
{
border-color: #C985F0;
}
.TagClassName
{
border-color: #C985F0;
}
</style>