#C487DA

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

Shades of Wisteria #C487DA

Tints of Wisteria #C487DA

Color information

#C487DA (or 0xC487DA) is unknown color: approx Wisteria. HEX triplet: C4, 87 and DA. RGB value is (196,135,218). Sum of RGB (Red+Green+Blue) = 196+135+218=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #C487DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487DA is #3B7825. Grayscale: #A2A2A2. Windows color (decimal): -3897382 or 14321604. OLE color: 14321604.

HSL color Cylindrical-coordinate representation of color #C487DA: hue angle of 284.1º 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 #C487DA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196135218-
CMYK0.100.3800.15
HSL284.1º52.87%69.22%-
HSV(B)284.1º38.07%85.49%-
XYZ44.0834.1370.59-
YUV162.7159.21151.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=35.70%
G=24.59%
B=39.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961352180.100.3800.15284.152.8769.22
HexC487DAA260F11c3545
Octal304207332124601743465105
Binary1100010010000111110110101010100110011111000111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C487DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C487DA; }

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

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

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

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

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

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

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

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