Shades of Wisteria #C987F3
Tints of Wisteria #C987F3
RGB
CMYK
RGB Variations
Color information
#C987F3 (or 0xC987F3) is known color: Wisteria. HEX triplet: C9, 87 and F3. RGB value is (201,135,243). Sum of RGB (Red+Green+Blue) = 201+135+243=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 135 (53.12% from 255 or 23.32% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #C987F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C987F3 is #36780C. Grayscale: #A6A6A6. Windows color (decimal): -3569677 or 15960009. OLE color: 15960009.
HSL color Cylindrical-coordinate representation of color #C987F3: hue angle of 276.67º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C987F3 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 135 | 243 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.05 |
| HSL | 276.67º | 0.82% | 0.74% | - |
| HSV(B) | 276.67º | 0.44% | 0.95% | - |
| XYZ | 48.93 | 36.22 | 89.21 | - |
| YUV | 167.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 243 | 0.17 | 0.44 | 0 | 0.05 | 276.67 | 0.82 | 0.74 |
| Hex | C9 | 87 | F3 | 11 | 2C | 0 | 5 | 115 | 52 | 4A |
| Octal | 311 | 207 | 363 | 21 | 54 | 0 | 5 | 425 | 122 | 112 |
| Binary | 11001001 | 10000111 | 11110011 | 10001 | 101100 | 0 | 101 | 100010101 | 1010010 | 1001010 |
Color Harmonies of #C987F3
Complementary color
Monochromatic Colors of #C987F3
Black with #C987F3
Text Example
Text Example
White with #C987F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987F3; }
p { color: rgb(201,135,243); }
H1.HeaderClassName
{
color: #C987F3;
}
.AnyTagClassName
{
color: #C987F3;
}
</style>
background-color css
<style>
a { background-color: #C987F3; }
a { background-color: rgb(201,135,243); }
div.DivClassName
{
background-color: #C987F3;
}
.BgClassName
{
background-color: #C987F3;
}
</style>
border-color css
<style>
span { border-color: #C987F3; }
span { border-color: rgb(201,135,243); }
td.TdClassName
{
border-color: #C987F3;
}
.TagClassName
{
border-color: #C987F3;
}
</style>