Shades of Wisteria #C987DC
Tints of Wisteria #C987DC
RGB
CMYK
RGB Variations
Color information
#C987DC (or 0xC987DC) is known color: Wisteria. HEX triplet: C9, 87 and DC. RGB value is (201,135,220). Sum of RGB (Red+Green+Blue) = 201+135+220=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #C987DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987DC is #367823. Grayscale: #A4A4A4. Windows color (decimal): -3569700 or 14452681. OLE color: 14452681.
HSL color Cylindrical-coordinate representation of color #C987DC: hue angle of 286.59º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C987DC is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 135 | 220 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.14 |
| HSL | 286.59º | 0.55% | 0.7% | - |
| HSV(B) | 286.59º | 0.39% | 0.86% | - |
| XYZ | 45.67 | 34.91 | 72.04 | - |
| YUV | 164.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 220 | 0.09 | 0.39 | 0 | 0.14 | 286.59 | 0.55 | 0.7 |
| Hex | C9 | 87 | DC | 9 | 27 | 0 | E | 11F | 37 | 46 |
| Octal | 311 | 207 | 334 | 11 | 47 | 0 | 16 | 437 | 67 | 106 |
| Binary | 11001001 | 10000111 | 11011100 | 1001 | 100111 | 0 | 1110 | 100011111 | 110111 | 1000110 |
Color Harmonies of #C987DC
Complementary color
Monochromatic Colors of #C987DC
Black with #C987DC
Text Example
Text Example
White with #C987DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987DC; }
p { color: rgb(201,135,220); }
H1.HeaderClassName
{
color: #C987DC;
}
.AnyTagClassName
{
color: #C987DC;
}
</style>
background-color css
<style>
a { background-color: #C987DC; }
a { background-color: rgb(201,135,220); }
div.DivClassName
{
background-color: #C987DC;
}
.BgClassName
{
background-color: #C987DC;
}
</style>
border-color css
<style>
span { border-color: #C987DC; }
span { border-color: rgb(201,135,220); }
td.TdClassName
{
border-color: #C987DC;
}
.TagClassName
{
border-color: #C987DC;
}
</style>