Shades of Wisteria #C987EF
Tints of Wisteria #C987EF
RGB
CMYK
RGB Variations
Color information
#C987EF (or 0xC987EF) is known color: Wisteria. HEX triplet: C9, 87 and EF. RGB value is (201,135,239). Sum of RGB (Red+Green+Blue) = 201+135+239=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #C987EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C987EF is #367810. Grayscale: #A6A6A6. Windows color (decimal): -3569681 or 15697865. OLE color: 15697865.
HSL color Cylindrical-coordinate representation of color #C987EF: hue angle of 278.08º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C987EF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 135 | 239 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.06 |
| HSL | 278.08º | 0.76% | 0.73% | - |
| HSV(B) | 278.08º | 0.44% | 0.94% | - |
| XYZ | 48.33 | 35.98 | 86.06 | - |
| YUV | 166.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 239 | 0.16 | 0.44 | 0 | 0.06 | 278.08 | 0.76 | 0.73 |
| Hex | C9 | 87 | EF | 10 | 2C | 0 | 6 | 116 | 4C | 49 |
| Octal | 311 | 207 | 357 | 20 | 54 | 0 | 6 | 426 | 114 | 111 |
| Binary | 11001001 | 10000111 | 11101111 | 10000 | 101100 | 0 | 110 | 100010110 | 1001100 | 1001001 |
Color Harmonies of #C987EF
Complementary color
Monochromatic Colors of #C987EF
Black with #C987EF
Text Example
Text Example
White with #C987EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987EF; }
p { color: rgb(201,135,239); }
H1.HeaderClassName
{
color: #C987EF;
}
.AnyTagClassName
{
color: #C987EF;
}
</style>
background-color css
<style>
a { background-color: #C987EF; }
a { background-color: rgb(201,135,239); }
div.DivClassName
{
background-color: #C987EF;
}
.BgClassName
{
background-color: #C987EF;
}
</style>
border-color css
<style>
span { border-color: #C987EF; }
span { border-color: rgb(201,135,239); }
td.TdClassName
{
border-color: #C987EF;
}
.TagClassName
{
border-color: #C987EF;
}
</style>