#C987DA

Color #C987DA Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C987DA

Tints of Wisteria #C987DA

Color information

#C987DA (or 0xC987DA) is unknown color: approx Wisteria. HEX triplet: C9, 87 and DA. RGB value is (201,135,218). Sum of RGB (Red+Green+Blue) = 201+135+218=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #C987DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987DA is #367825. Grayscale: #A3A3A3. Windows color (decimal): -3569702 or 14321609. OLE color: 14321609.

HSL color Cylindrical-coordinate representation of color #C987DA: hue angle of 287.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C987DA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201135218-
CMYK0.080.3800.15
HSL287.71º52.87%69.22%-
HSV(B)287.71º38.07%85.49%-
XYZ45.4134.8170.65-
YUV164.2158.37154.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 36.28%
GREEN value IS 135 (53.12% from 255) = 24.37%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=36.28%
G=24.37%
B=39.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011352180.080.3800.15287.7152.8769.22
HexC987DA8260F1203545
Octal311207332104601744065105
Binary1100100110000111110110101000100110011111001000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C987DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C987DA; }

 p { color: rgb(201,135,218); }

 H1.HeaderClassName
 {
   color: #C987DA;
 }
 .AnyTagClassName
 {
   color: #C987DA;
 }
</style>
background-color css

<style>
 a { background-color: #C987DA; }

 a { background-color: rgb(201,135,218); }

 div.DivClassName
 {
   background-color: #C987DA;
 }
 .BgClassName
 {
   background-color: #C987DA;
 }
</style>
border-color css

<style>
 span { border-color: #C987DA; }

 span { border-color: rgb(201,135,218); }

 td.TdClassName
 {
   border-color: #C987DA;
 }
 .TagClassName
 {
   border-color: #C987DA;
 }
</style>