#C486DA

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

Shades of Wisteria #C486DA

Tints of Wisteria #C486DA

Color information

#C486DA (or 0xC486DA) is unknown color: approx Wisteria. HEX triplet: C4, 86 and DA. RGB value is (196,134,218). Sum of RGB (Red+Green+Blue) = 196+134+218=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #C486DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486DA is #3B7925. Grayscale: #A1A1A1. Windows color (decimal): -3897638 or 14321348. OLE color: 14321348.

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

Color convert

RGB196134218-
CMYK0.100.3900.15
HSL284.29º53.16%69.02%-
HSV(B)284.29º38.53%85.49%-
XYZ43.9433.8570.55-
YUV162.11159.54152.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 134 (52.73% from 255) = 24.45%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=35.77%
G=24.45%
B=39.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961342180.100.3900.15284.2953.1669.02
HexC486DAA270F11c3545
Octal304206332124701743465105
Binary1100010010000110110110101010100111011111000111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486DA; }

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

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

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

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

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

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

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

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