Shades of Wisteria #C987EA
Tints of Wisteria #C987EA
RGB
CMYK
RGB Variations
Color information
#C987EA (or 0xC987EA) is known color: Wisteria. HEX triplet: C9, 87 and EA. RGB value is (201,135,234). Sum of RGB (Red+Green+Blue) = 201+135+234=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #C987EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C987EA is #367815. Grayscale: #A5A5A5. Windows color (decimal): -3569686 or 15370185. OLE color: 15370185.
HSL color Cylindrical-coordinate representation of color #C987EA: hue angle of 280º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C987EA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 135 | 234 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.08 |
| HSL | 280º | 0.7% | 0.72% | - |
| HSV(B) | 280º | 0.42% | 0.92% | - |
| XYZ | 47.6 | 35.69 | 82.22 | - |
| YUV | 166.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 234 | 0.14 | 0.42 | 0 | 0.08 | 280 | 0.7 | 0.72 |
| Hex | C9 | 87 | EA | E | 2A | 0 | 8 | 118 | 46 | 48 |
| Octal | 311 | 207 | 352 | 16 | 52 | 0 | 10 | 430 | 106 | 110 |
| Binary | 11001001 | 10000111 | 11101010 | 1110 | 101010 | 0 | 1000 | 100011000 | 1000110 | 1001000 |
Color Harmonies of #C987EA
Complementary color
Monochromatic Colors of #C987EA
Black with #C987EA
Text Example
Text Example
White with #C987EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987EA; }
p { color: rgb(201,135,234); }
H1.HeaderClassName
{
color: #C987EA;
}
.AnyTagClassName
{
color: #C987EA;
}
</style>
background-color css
<style>
a { background-color: #C987EA; }
a { background-color: rgb(201,135,234); }
div.DivClassName
{
background-color: #C987EA;
}
.BgClassName
{
background-color: #C987EA;
}
</style>
border-color css
<style>
span { border-color: #C987EA; }
span { border-color: rgb(201,135,234); }
td.TdClassName
{
border-color: #C987EA;
}
.TagClassName
{
border-color: #C987EA;
}
</style>