#C487D0

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

Shades of Wisteria #C487D0

Tints of Wisteria #C487D0

Color information

#C487D0 (or 0xC487D0) is unknown color: approx Wisteria. HEX triplet: C4, 87 and D0. RGB value is (196,135,208). Sum of RGB (Red+Green+Blue) = 196+135+208=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #C487D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487D0 is #3B782F. Grayscale: #A1A1A1. Windows color (decimal): -3897392 or 13666244. OLE color: 13666244.

HSL color Cylindrical-coordinate representation of color #C487D0: hue angle of 290.14º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C487D0 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196135208-
CMYK0.060.3500.18
HSL290.14º43.71%67.25%-
HSV(B)290.14º35.1%81.57%-
XYZ42.8133.6263.91-
YUV161.56154.21152.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.36%
GREEN value IS 135 (53.12% from 255) = 25.05%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=36.36%
G=25.05%
B=38.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961352080.060.3500.18290.1443.7167.25
HexC487D06230121222c43
Octal30420732064302244254103
Binary1100010010000111110100001101000110100101001000101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C487D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C487D0; }

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

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

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

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

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

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

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

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